Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

gcc HEAD 12.0.0 20210420 (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 function 'void f(const std::span<int>&)':
prog.cc:4:30: warning: unused parameter 'cont' [-Wunused-parameter]
    4 | void f(std::span<int> const& cont) {
      |        ~~~~~~~~~~~~~~~~~~~~~~^~~~
Exit Code:
0