Author
anonymous
about 7 years ago
C++
clang 8.0.0
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/clang-8.0.0/include -std=c++11
prog.cc:6:39: warning: unused parameter 'k' [-Wunused-parameter] std::size_t operator()(const int& k) const { ^ 1 warning generated. 2 64
prog.cc:6:39: warning: unused parameter 'k' [-Wunused-parameter] std::size_t operator()(const int& k) const { ^ 1 warning generated.
2 64