Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
197 stars 27 forks source link

constexpr/string_test.cpp does not compile #75

Closed Manu343726 closed 7 years ago

Manu343726 commented 7 years ago

Most idiot bug ever, it seems I have committed the file without finished writing a test:

The diff from git log -p test/constexpr/string_test.cpp shows something like this:

+
+TEST(StringTest, stringDistanceSorting)
+{
+    using º
+}