Language
C++
Compiler
gcc HEAD 12.0.0 20210420 (experimental)
Options
Warnings
Boost 1.73.0
C++2b
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++2b
Exit Code:
0
Author
anonymous
almost 4 years ago
C++
gcc HEAD 12.0.0 20210420 (experimental)
Author
anonymous
almost 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) {
| ~~~~~~~~~~~~~~~~~~~~~~^~~~