Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20201208 (experimental)

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic

Author

anonymous

about 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a
prog.cc: In function 'int main()':
prog.cc:9:9: warning: typedef 'using iota_view_iter = std::ranges::iterator_t<std::ranges::iota_view<unsigned int> >' locally defined but not used [-Wunused-local-typedefs]
    9 |   using iota_view_iter = std::ranges::iterator_t<std::ranges::iota_view<unsigned int>>;
      |         ^~~~~~~~~~~~~~
Exit Code:
0