Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20190118 (experimental)

Options
Warnings
Boost 1.69.0
C++17
no pedantic

Author

anonymous

over 7 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-head/include -std=c++17
prog.cc:11:8: error: specializing member 'X<double>::t' requires 'template<>' syntax
   11 | double X<double>::t = 5.0f;
      |        ^~~~~~~~~
Exit Code:
1