Commit Graph

21 Commits

Author SHA1 Message Date
c9910e30ee Throw when pos2 is out of range 2020-02-01 13:59:06 -05:00
7d198aa043 Update copyright, add throw condition to replace/insert 2020-02-01 13:51:40 -05:00
438be05fdb More noexcept, remove dummy parameter from constructor. 2020-01-15 16:23:12 -05:00
34ba5ea870 Fix use of null term, added C++17 and 20 tests 2020-01-07 13:06:06 -05:00
e1e992380a Refactor min checks 2020-01-03 18:43:59 -05:00
18e6af9cee More constexpr for find_meow, more constexpr tests 2020-01-03 16:59:34 -05:00
a67bc09a3e Fix standard version detection for msvc and void_t for certain gcc versions 2020-01-03 16:06:12 -05:00
aabc300c22 Adjust is_iterator 2019-12-30 22:02:50 -05:00
5845a73275 Fix InputIterator overloads 2019-12-30 21:12:20 -05:00
094c698541 Better constexpr support for insert and replace, fixed range overloads for insert and replace. 2019-12-30 16:44:17 -05:00
b46772da19 Unconditional noexcept when exceptions are disabled 2019-12-26 17:22:57 -05:00
60fcd0db87 Make data_impl constexpr for zero-size strings 2019-12-21 19:06:19 -05:00
71c82e4016 Remove redundant traits parameter 2019-12-20 18:21:28 -05:00
cff808d296 Call correct overload of swprintf 2019-12-20 02:45:45 -05:00
4e4dcce1f1 to_static_string and to_static_wstring overloads 2019-12-20 02:34:04 -05:00
f4fe54bb06 Add explicit error for clang 4 & 5 2019-12-16 23:50:57 -05:00
7c8ad32ff9 A object pointer value is only a constant expression if it points to an object with static storage duration. 2019-12-16 19:22:41 -05:00
89da9ec945 Explicitly convert data_ to a pointer 2019-12-16 19:01:32 -05:00
937542fcad Added operator+ for operands of known size, more constexpr 2019-12-16 16:42:53 -05:00
81dbac7ce9 Finish more complex exception specifications 2019-12-16 13:52:55 -05:00
e26c470c3a Renamed from fixed_string to static_string, added aliases 2019-12-16 12:23:46 -05:00