1f0c9b7151Untabify
Peter Dimov
2018-10-18 07:28:52 +0300
9b9c5b2e74Fix msvc-14.1 regression
Peter Dimov
2018-10-18 07:28:39 +0300
90cc6b7374Port to C++11
Peter Dimov
2018-10-18 07:19:45 +0300
38b20dd503Expand get_by_index, get_by_type tests
Peter Dimov
2018-10-18 07:18:13 +0300
bdd1e2c889Update test/Jamfile
Peter Dimov
2018-10-18 04:29:03 +0300
46ee0af110Remove valueless; monostate is enough
Peter Dimov
2018-10-18 03:32:57 +0300
19d48d9d8bFix .travis.yml; update MSVC workarounds
Peter Dimov
2018-10-18 00:43:01 +0300
4fe9454e3eUpdate .yml files
Peter Dimov
2018-10-18 00:05:41 +0300
81023c3569Add requirements to test/Jamfile
Peter Dimov
2017-07-04 14:39:36 +0300
070844cbdaExecute bootstrap in subshell on Appveyor to preserve TOOLSET
Peter Dimov
2017-06-22 17:36:27 +0300
4a79b5573eMerge branch 'master' into develop
Peter Dimov
2017-06-14 02:07:11 +0300
049be646f7Update README.md
Peter Dimov
2017-06-14 01:08:29 +0300
4de9f80487Require valueless to be first, add test
Peter Dimov
2017-06-14 01:04:36 +0300
44d2ead565Merge pull request #1 from pdimov/pdimov-patch-1
Peter Dimov
2017-06-13 22:02:54 +0300
d169681767Update README.md
Peter Dimov
2017-06-13 22:01:43 +0300
236193114cAdd monostate, valueless; opt-into single-buffer is now 'valueless', not arbitrary nothrow default constructible
Peter Dimov
2017-06-13 21:48:14 +0300
66f123af06Merge branch 'develop'
Peter Dimov
2017-06-09 19:13:54 +0300
3bb14bf93bAdd emulations for is_trivially_* traits for libstdc++ < 5
Peter Dimov
2017-06-09 17:45:36 +0300
82104cd55econstexpr the copy/move constructors; change copy/move assign to not require constexpr lambdas
Peter Dimov
2017-06-09 17:24:23 +0300
f216bb5c1fAdd test/variant_move_assign_cx
Peter Dimov
2017-06-09 15:13:36 +0300
6545dc3d10Add test/variant_copy_assign_cx
Peter Dimov
2017-06-09 15:09:42 +0300
72c16ccee1Add test/variant_value_assign_cx
Peter Dimov
2017-06-09 14:58:49 +0300
870dcee0a8Fix tests accordingly
Peter Dimov
2017-06-09 05:29:22 +0300
ca0e58f3fcis_trivially_copyable doesn't exist on 4.9 either
Peter Dimov
2017-06-09 04:49:44 +0300
3a198b5f2bUse is_trivially_copyable instead of has_trivial_copy_*
Peter Dimov
2017-06-09 04:31:59 +0300
3c18ded3aaCheck is_move_constructible, is_move_assignable
Peter Dimov
2017-06-09 04:17:06 +0300
7c00db0600has_trivial_move doesn't exist either in libstd++ pre-5
Peter Dimov
2017-06-09 03:44:02 +0300
893cd7c1e5Add workaround for libstdc++ < 5
Peter Dimov
2017-06-09 03:22:31 +0300
613d411396Fix constexpr emplace on clang and msvc-14.1
Peter Dimov
2017-06-09 02:27:02 +0300
0997734e5cMake emplace constexpr
Peter Dimov
2017-06-09 02:05:34 +0300
48547c9c8aMerge branch 'develop'
Peter Dimov
2017-06-04 18:25:25 +0300
e68ff1f014Fix copy/paste mistake
Peter Dimov
2017-06-04 13:55:42 +0300
1bd9c231adUpdate expected.md
Peter Dimov
2017-06-03 16:13:04 +0300
2af60f13a2Update README.md
Peter Dimov
2017-06-03 15:58:27 +0300
6225ba33c3Update doc/expected.md
Peter Dimov
2017-06-03 15:52:07 +0300
d88ba98e92Throw bad_expected_access if throw_on_unexpected returns
Peter Dimov
2017-06-03 15:51:28 +0300
02ecef4fcbAdd const on remap_errors()
Peter Dimov
2017-06-03 14:58:44 +0300
2b86468e67Update expected.md
Peter Dimov
2017-06-03 14:57:30 +0300
be5f19f7cfUpdate expected.md
Peter Dimov
2017-06-03 14:45:22 +0300
4e34749d87Add doc/expected.md
Peter Dimov
2017-06-03 14:43:21 +0300
d5d5af660eUpdate README.md
Peter Dimov
2017-06-03 14:26:24 +0300
0c7d573af8Update README.md
Peter Dimov
2017-06-03 14:24:41 +0300
f660bd5ae2Merge branch 'develop'
Peter Dimov
2017-06-03 00:46:39 +0300
369781b623Add test/variant_subset
Peter Dimov
2017-06-03 00:27:52 +0300
8765ee1983Add expected::operator>> as an alias for .then
Peter Dimov
2017-06-03 00:12:01 +0300
241f41121eAdd test/variant_convert_construct
Peter Dimov
2017-06-03 00:11:33 +0300
e347ecbff1Simplify bad_expected_access<E> a bit
Peter Dimov
2017-06-02 23:28:51 +0300
bdd449ae6aget_if should return 0 when passed 0
Peter Dimov
2017-06-02 22:11:29 +0300
8a4bc23bf2Merge branch 'develop'
Peter Dimov
2017-06-02 20:00:47 +0300
c867329bb8Rename mp_for_index to mp_with_index in expected.hpp, too
Peter Dimov
2017-06-02 18:27:08 +0300
9b3121fac0Rename mp_for_index to mp_with_index
Peter Dimov
2017-06-02 18:25:11 +0300
0b387f5116Add .then
Peter Dimov
2017-06-02 18:11:43 +0300
193a96f83bMerge branch 'develop'
Peter Dimov
2017-06-02 16:19:18 +0300
3d2a3cb3ebRedesign bad_expected_access
Peter Dimov
2017-06-02 15:59:43 +0300
6704a008daMerge branch 'develop'
Peter Dimov
2017-06-02 06:27:21 +0300
d55db1dbc6Replace use of get<> with ._get_impl for better codegen
Peter Dimov
2017-06-02 06:02:50 +0300
c99bf2205cMove index() into variant_base to avoid needless ix_ >= 0 checks when single buffered
Peter Dimov
2017-06-02 05:41:13 +0300
2a6c157fccAdd preliminary expected<T, E...> implementation
Peter Dimov
2017-06-02 05:15:51 +0300
f4f949fc2fAdd converting constructors, subset<U...>()
Peter Dimov
2017-06-02 05:14:40 +0300
0f0068b562Merge branch 'develop'
Peter Dimov
2017-06-02 01:55:03 +0300
26c1f716ecAdd test/variant_lt_gt
Peter Dimov
2017-06-02 00:44:20 +0300
3a7078cdfbAdd preliminary outcome.hpp
Peter Dimov
2017-06-01 21:47:40 +0300
ca14504675Add preliminary result.hpp
Peter Dimov
2017-06-01 21:22:19 +0300
6a45fa56adFix copyright
Peter Dimov
2017-06-01 21:18:57 +0300
77e8c46074Fix return type of visit() to properly take cv& into account
Peter Dimov
2017-06-01 19:24:50 +0300
c891c8e205Do not include boost/mp11.hpp if already included, to allow use on Compiler Explorer
Peter Dimov
2017-06-01 17:27:17 +0300
c9cc111d0dMerge branch 'develop'
Peter Dimov
2017-06-01 02:51:04 +0300
bcf20069eeUpdate README.md
Peter Dimov
2017-06-01 02:48:27 +0300
6ad3e2fd12Rename tests
Peter Dimov
2017-06-01 02:03:35 +0300
db565aaa73Implement visit
Peter Dimov
2017-06-01 01:48:38 +0300
f74da6d382Rename mp_for_index_c to mp_for_index
Peter Dimov
2017-05-31 23:18:37 +0300
89e3588c9bAdd test/variant_destroy
Peter Dimov
2017-05-31 20:48:17 +0300
ef849a0febUse mp_for_index_c
Peter Dimov
2017-05-31 20:29:57 +0300
b7d039e30fTest develop against mp11 develop
Peter Dimov
2017-05-31 07:59:35 +0300
7d25e131beAdd SFINAE conditions
Peter Dimov
2017-05-31 07:42:45 +0300
abb7b551ccExtend g++5 workaround for consistency to rvalue overloads
Peter Dimov
2017-05-31 05:46:34 +0300
ab0d867411Another attempt at g+ 5 fix
Peter Dimov
2017-05-31 05:36:35 +0300
08bfd69387Single buffer when a type is nothrow default constructible
Peter Dimov
2017-05-31 04:59:59 +0300
4f241bd8b0Try a fix for g++ 5
Peter Dimov
2017-05-31 04:55:30 +0300
755bc60c2bAdd initializer list support
Peter Dimov
2017-05-31 04:19:40 +0300
8301228e22Add test/variant_eq_ne
Peter Dimov
2017-05-31 04:02:23 +0300
4bb5cdab60Add test/variant_swap
Peter Dimov
2017-05-31 03:36:08 +0300
fd848a8698Add test/variant_emplace_index, _type
Peter Dimov
2017-05-31 02:27:20 +0300
77fe037209Add test/variant_value_assign
Peter Dimov
2017-05-31 01:31:46 +0300
e0e48d365cAdd test/variant_copy_assign, variant_move_assign
Peter Dimov
2017-05-30 18:00:07 +0300
21acb2bda0Add test/variant_in_place_type_construct(_cx)
Peter Dimov
2017-05-30 17:12:26 +0300
2357f4d2f4Add test/variant_in_place_index_construct(_cx)
Peter Dimov
2017-05-30 16:57:48 +0300
a99b5f8e2eAdd test/variant_value_construct(_cx)
Peter Dimov
2017-05-30 16:05:55 +0300
5aa16c5bf7Add test/variant_copy_construct, variant_move_construct
Peter Dimov
2017-05-30 03:45:55 +0300
084712cab3Add test/variant_default_construct(_cx)
Peter Dimov
2017-05-30 02:28:39 +0300
07be071794Add test/get_by_type(_cx).cpp, get_by_index_cx.cpp
Peter Dimov
2017-05-30 02:08:31 +0300
781977a237Add test/get_by_index.cpp
Peter Dimov
2017-05-29 21:38:04 +0300
99747c7807Add tests for holds_alternative
Peter Dimov
2017-05-29 20:07:42 +0300
6f0a3029f4Restore clang-3.5; add libstdc++ 4.9 to it and 4.0
Peter Dimov
2017-05-29 18:35:42 +0300
abd7a5ffe3Remove clang-3.5; move clang-4.0 to trusty; include <initializer_list>
Peter Dimov
2017-05-29 17:58:13 +0300
ae2594419aAdd .travis.yml, appveyor.yml
Peter Dimov
2017-05-29 17:38:03 +0300
fc2aa96acbInitial commit
Peter Dimov
2017-05-29 17:31:05 +0300
d4966742aeAdd .gitattributes
Peter Dimov
2017-05-29 16:31:42 +0300
642e535d34Initial commit
Peter Dimov
2017-05-29 16:28:58 +0300