25 Commits

Author SHA1 Message Date
ac84c4f40e string_view interoperability
fix #26
2023-01-19 19:57:32 -03:00
c5df271a1a Remove trailing spaces 2021-10-25 07:27:47 -04:00
e7e54b2665 Fix throwing in constexpr and substr for gcc 5 2020-03-11 22:47:15 -04:00
b7de5db7b8 Change C++ constexpr to use pseudo char_traits 2020-03-11 22:47:15 -04:00
c47cdb5f9e Fix C4800 on msvc 2020-02-28 20:41:37 -05:00
9bb941401d Fix syntax 2020-02-28 16:44:48 -05:00
c3e4148ee2 Fix msvc warning 2020-02-28 16:03:23 -05:00
d75f97bca5 Remove unused variable warnings 2020-02-28 14:21:09 -05:00
971b663df1 Remove more warnings in tests 2020-02-28 14:08:21 -05:00
54c5d7cef4 Remove some warnings in tests 2020-02-27 15:51:09 -05:00
0e11360cf1 Fix tests 2020-02-23 19:17:58 -05:00
1ca7253c14 Make erase follow preconditions 2020-02-15 17:44:52 -05:00
d59feba138 Fix C++14 tests 2020-02-03 10:25:37 -05:00
d3f51ecab2 Remove unused alias, explicitly specify private inheritence 2020-02-03 01:06:37 -05:00
6dcda053a3 Fix guards 2020-02-02 23:59:51 -05:00
479c10b193 Fix guard for constexpr tests 2020-02-02 23:26:47 -05:00
9772809002 Update tests 2020-02-02 23:21:36 -05:00
4d8d35acc8 Fix macro guarding test traits 2020-02-01 21:24:46 -05:00
2fe445f634 Update config, fix checks 2020-02-01 21:19:29 -05:00
c34bd74d69 Adjust tests 2020-02-01 20:34:33 -05:00
34ba5ea870 Fix use of null term, added C++17 and 20 tests 2020-01-07 13:06:06 -05:00
26b9f7df27 More constexpr friendly replace and insert with is_constant_evaluated 2020-01-03 19:01:34 -05:00
18e6af9cee More constexpr for find_meow, more constexpr tests 2020-01-03 16:59:34 -05:00
cd32cadc08 Fix version guard 2020-01-01 11:50:01 -05:00
2b89b7d5a6 More constexpr tests 2020-01-01 11:29:40 -05:00