Language
C++
Compiler
clang 3.8.1
Options
Warnings
Optimization
Boost 1.64.0
C++1z(GNU)
no pedantic
Raw compiler options
-DNDEBUG=1
adaptive_parser.cpp
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.64.0/clang-3.8.1/include -std=gnu++1z -DNDEBUG=1 adaptive_parser.cpp
Parsing '2017 28th january 11:50 PM'
-> epoch 1485604200
Parsing '28th january 11:50 PM'
-> epoch -2206613400
Parsing '2017 28th january 1:50 PM'
-> epoch 1485568200
Parsing '28th january 1:50 PM'
-> epoch -2206649400
Exit Code:
0