Commit Graph
20 Commits
Author SHA1 Message Date
Krystian Stasiowski ad4a2f191b Used library comparison functions to compare pointers 2020-02-01 15:22:50 -05:00
Krystian Stasiowski 4655d68958 Added unchecked insertion 2020-02-01 14:40:30 -05:00
Krystian Stasiowski 7d198aa043 Update copyright, add throw condition to replace/insert 2020-02-01 13:51:40 -05:00
Krystian Stasiowski 70779748a3 Chunked docs 2020-01-31 15:30:17 -05:00
Krystian Stasiowski 2c3f27475d Update docs for insert, fixed exception specification for copy 2020-01-30 19:25:56 -05:00
Krystian Stasiowski 438be05fdb More noexcept, remove dummy parameter from constructor. 2020-01-15 16:23:12 -05:00
Krystian Stasiowski 26b9f7df27 More constexpr friendly replace and insert with is_constant_evaluated 2020-01-03 19:01:34 -05:00
Krystian Stasiowski e1e992380a Refactor min checks 2020-01-03 18:43:59 -05:00
Krystian Stasiowski 18e6af9cee More constexpr for find_meow, more constexpr tests 2020-01-03 16:59:34 -05:00
Krystian Stasiowski a67bc09a3e Fix standard version detection for msvc and void_t for certain gcc versions 2020-01-03 16:06:12 -05:00
Krystian Stasiowski 3a4f2e9d83 Fixed exception checks for ranges, less repetition 2020-01-01 15:01:39 -05:00
Krystian Stasiowski 5845a73275 Fix InputIterator overloads 2019-12-30 21:12:20 -05:00
Krystian Stasiowski 094c698541 Better constexpr support for insert and replace, fixed range overloads for insert and replace. 2019-12-30 16:44:17 -05:00
Krystian Stasiowski b46772da19 Unconditional noexcept when exceptions are disabled 2019-12-26 17:22:57 -05:00
Krystian Stasiowski 71c82e4016 Remove redundant traits parameter 2019-12-20 18:21:28 -05:00
Krystian Stasiowski 4e4dcce1f1 to_static_string and to_static_wstring overloads 2019-12-20 02:34:04 -05:00
Krystian Stasiowski d16e35cc0b Wrong exception thrown for capacity 2019-12-16 18:38:49 -05:00
Krystian Stasiowski 41bb1a550d Add macro to disable exceptions 2019-12-16 17:36:12 -05:00
Krystian Stasiowski 77030a7e70 Fixed overflow checks 2019-12-16 16:56:19 -05:00
Krystian Stasiowski e26c470c3a Renamed from fixed_string to static_string, added aliases 2019-12-16 12:23:46 -05:00