Language
C++
Compiler
gcc HEAD 11.0.0 20200929 (experimental)
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
Raw compiler options
-D__WANDBOX__
-Dx=hogefuga
-O3
Raw runtime options
--iutest_color=no
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a -D__WANDBOX__ -Dx=hogefuga -O3
[==========] Running 2 tests from 1 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from Peep
[ RUN ] Peep.Test1
[ OK ] Peep.Test1 (0ms)
[ RUN ] Peep.Test2
[ OK ] Peep.Test2 (0ms)
[----------] 2 tests from Peep(1ms total)
[----------] Global test environment tear-down.
[==========] 2 tests from 1 testsuite ran. (1ms total)
[ PASSED ] 2 tests.
Exit Code:
0