Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Boost 1.78.0
C++2b(GNU)
no pedantic
Raw compiler options
MapDatabase.cpp
MapEntryF64.cpp
MapEntryInterface.cpp
MapEntryS64.cpp
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.78.0-gcc-11.1.0/include -std=gnu++2b MapDatabase.cpp MapEntryF64.cpp MapEntryInterface.cpp MapEntryS64.cpp
------ tmp:
"key1" -> S64(381, "s64")
"key2" -> F64(3, "f64")
------ roundtrip:
"key1" -> S64(381, "s64")
"key2" -> F64(3, "f64")
Exit Code:
0