Language
C++
Compiler
gcc HEAD 11.0.0 20200902 (experimental)
Options
Warnings
Boost 1.73.0
C++17
no pedantic
Raw compiler options
-g
-O0
-fsanitize=address
-DBOOST_HANA_CONFIG_ENABLE_STRING_UDL
-Wno-deprecated-declarations
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=c++17 -g -O0 -fsanitize=address -DBOOST_HANA_CONFIG_ENABLE_STRING_UDL -Wno-deprecated-declarations
==22==ERROR: AddressSanitizer failed to allocate 0xdfff0001000 (15392894357504) bytes at address 2008fff7000 (errno: 12)
==22==ReserveShadowMemoryRange failed while trying to map 0xdfff0001000 bytes. Perhaps you're using ulimit -v
Signal:
Aborted