You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use fmt in-source and included #include <fmt/format.h>
Then the clang 10.0.1 compiler tells:
[build] /home/fins/Development/EclipseWorkspace/wipoframework/thirdparty/fmt/include/fmt/format.h:1601:11: error: declaration shadows a type alias in 'int_writer<OutputIt, Char, UInt>' [-Werror,-Wshadow]
[build] using iterator = remove_reference_t<decltype(reserve(out, 0))>;
[build] ^
[build] /home/fins/Development/EclipseWorkspace/wipoframework/thirdparty/fmt/include/fmt/format.h:1490:9: note: previous declaration is here
[build] using iterator =
[build] ^
The text was updated successfully, but these errors were encountered:
I use fmt in-source and included
#include <fmt/format.h>
Then the clang 10.0.1 compiler tells:
The text was updated successfully, but these errors were encountered: