Commit graph

6 commits

Author SHA1 Message Date
Alex Merry
3723b0cc6e Fix smoke test on MSVC
The MSVC-generated code in debug mode was (quite rightly) complaining
about iterating past the start of an empty vector, and aborting the
test.
2018-03-07 16:43:54 +00:00
Will Frey
17ca704d3a Update test.cpp
This test was failing for me when I compiled with clang. Must have a different initializer.

I changed the test to match the example from the README and it passes when I build with both clang and gcc.
2017-07-21 23:07:07 -04:00
Nemanja Trifunovic
67036a031d Consolidate CMakeLists.txt
The build has only one CMakeLists.txt now.
Added support for CTest
2016-11-05 18:46:04 -04:00
Nemanja Trifunovic
f029fcc2fb CMake for negative test 2015-10-17 20:41:24 -04:00
Nemanja Trifunovic
1cbc1877be Removing various infrastructure files 2015-10-02 18:56:06 -04:00
Nemanja Trifunovic
46d0d807dc Initial import
Importing utf8 cpp 2.3.4 to GitHub.
2015-08-16 08:55:59 -04:00