Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.1 20210418 (experimental)

Options
Warnings
Boost 1.73.0
C++2b
no pedantic

Author

anonymous

about 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++2b
prog.cc: In instantiation of 'void f(const Cont<int>&) [with Cont = std::vector]':
prog.cc:35:6:   required from here
prog.cc:29:25: warning: unused parameter 'cont' [-Wunused-parameter]
   29 | void f(Cont<int> const& cont) {
      |        ~~~~~~~~~~~~~~~~~^~~~
Exit Code:
0