17 Commits

Author SHA1 Message Date
3a1209de83 Bump version 2023-02-24 09:22:54 +00:00
f34e20b228 Merge pull request #53 from Tindarid/master
Remove `noexcept` specifier for `construct()`
2023-02-24 09:21:00 +00:00
ee3326fac7 Fix #55 2023-02-24 09:18:20 +00:00
e2fe42d835 Merge pull request #42 from Yuri12358/master
Fixed some &&-qualified methods for optional<MoveOnly> case
2023-02-24 09:16:04 +00:00
5d3e7d20d4 Remove noexcept specifier for construct() 2021-10-12 18:17:45 +03:00
433984a572 changed delegated constructor to base class constructor in optional_copy_base 2021-03-30 11:28:25 +05:00
b71e8fd5cd added explicit initialization in the copy constructor due to occurring warning. reversed autoformatting 2021-03-29 15:51:01 +05:00
1ea3ee1bfb added explicit initialization in the copy constructor due to occurring warning 2021-03-29 15:49:30 +05:00
e28828efa0 Update optional.hpp 2021-03-25 14:10:30 +00:00
d3d37ec927 fixed build 2020-08-15 23:37:43 +03:00
91a52123d1 fixed some &&-qualified methods for optional<MoveOnly> case 2020-08-15 21:56:09 +03:00
b074bee409 Fix implementation of optional<T&>::emplace() 2019-07-08 20:07:06 +09:00
084a9001f4 Add missing noexcept specifications to methods of optional<T&> 2019-07-08 20:07:06 +09:00
5c4876059c Update header 2019-06-25 12:38:17 +01:00
aef62df93e Merge branch 'master' into cmake_love 2019-06-25 11:17:40 +01:00
9839b761e0 Tidy traits 2019-06-25 10:47:46 +01:00
6ce85550f3 Do CMake properly 2019-05-01 13:23:30 +01:00