Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

C++

Compiler

gcc 10.1.0

Options
Warnings
Boost 1.73.0
C++2a
no pedantic

Author

anonymous

about 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-10.1.0/include -std=c++2a
std::array<int, 1ul>...
std::vector<int, std::allocator<int> >...
std::deque<int, std::allocator<int> >...
std::__cxx11::list<int, std::allocator<int> >...
std::set<int, std::less<int>, std::allocator<int> >...
std::multiset<int, std::less<int>, std::allocator<int> >...
std::map<int, int, std::less<int>, std::allocator<std::pair<int const, int> > >...
std::multimap<int, int, std::less<int>, std::allocator<std::pair<int const, int> > >...
std::span<int, 1ul>...
Exit Code:
0