Language
C++
Compiler
gcc 7.1.0
Options
Warnings
Boost 1.65.0
C++1z(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.0/gcc-7.1.0/include -std=gnu++1z
Exit Code:
1
Author
anonymous
over 7 years ago
C++
gcc 7.1.0
Author
anonymous
over 7 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.0/gcc-7.1.0/include -std=gnu++1z
prog.cc: In function 'int main()':
prog.cc:15:5: error: static assertion failed
static_assert(4 == sizeof(decltype(Map::suggested_upper_bucket_count(1000))));
^~~~~~~~~~~~~