Language
C++
Compiler
gcc HEAD 8.0.0 20180108 (experimental)
Options
Warnings
Boost 1.66.0
C++2a(GNU)
-pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-head/include -std=gnu++2a -pedantic
3
Exit Code:
0
Author
anonymous
about 7 years ago
C++
gcc HEAD 8.0.0 20180108 (experimental)
Author
anonymous
about 7 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-head/include -std=gnu++2a -pedantic
In file included from /opt/wandbox/boost-1.66.0/gcc-head/include/boost/intrusive/detail/mpl.hpp:26,
from /opt/wandbox/boost-1.66.0/gcc-head/include/boost/intrusive/set.hpp:19,
from prog.cc:1:
/opt/wandbox/boost-1.66.0/gcc-head/include/boost/move/detail/type_traits.hpp:933:13: warning: unnecessary parentheses in declaration of 'member_ptr' [-Wparentheses]
typedef int (alignment_dummy::*member_ptr);
^
3