Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20190710 (experimental)

Options
Warnings
Boost 1.70.0
C++2a
no pedantic
Raw compiler options
-fconcepts

Author

anonymous

almost 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=c++2a -fconcepts
prog.cc: In instantiation of 'void function() [with int T = 2]':
prog.cc:11:17:   required from here
prog.cc:6:21: error: static assertion failed: Error
    6 |     static_assert(T == 1, "Error");
      |                   ~~^~~~
Exit Code:
1