Commit graph

7 commits

Author SHA1 Message Date
Nemanja Trifunovic
2370b95a86 Compile negative test with C++ 98
An attempt to ensure the library can be compiled with a C++ 98 compiler.

Unfortunatelly, GTEST can't be compiled with C++ 98, so only the negative tests are included at this point.
2019-07-07 20:27:54 -04:00
Nemanja Trifunovic
33516ff074 Test -fno-exceptions with unchecked api 2019-04-25 14:23:02 -04:00
Nemanja Trifunovic
c523193025 unchecked::replace_invalid()
Add unchecked version of replace_invalid function.
2019-04-25 09:33:07 -04:00
Nemanja Trifunovic
04d29d92ae Add inline declarations to non-template functions in cpp11.h
Fix for issue #31
2019-04-15 17:49:11 -04:00
Nemanja Trifunovic
335a3ee6a0 Update docker to 3.0.1 2019-04-14 20:17:23 -04:00
Nemanja Trifunovic
0b45681b60 Add Dockerfile 2019-04-14 17:24:53 -04:00
Nemanja Trifunovic
66804081d4 Introduce GTest
Restructure tests to use Google Test framework
2019-04-11 10:25:49 -04:00