Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc 5.1.0

Options
Warnings
Boost 1.67.0
C++17
no pedantic

Author

anonymous

over 6 years ago

outcome.hpp
conversion_errc.h
system_error2.hpp

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-5.1.0/include -std=c++17
prog.cc:7:1: error: static assertion failed: ERROR 2: not an initializer_list
 static_assert(std::is_same<decltype(a), std::initializer_list<int> >::value, "ERROR 2: not an initializer_list");
 ^
Exit Code:
1