Peter Dimov
|
1f0c9b7151
|
Untabify
|
2018-10-18 07:28:52 +03:00 |
|
Peter Dimov
|
9b9c5b2e74
|
Fix msvc-14.1 regression
|
2018-10-18 07:28:39 +03:00 |
|
Peter Dimov
|
90cc6b7374
|
Port to C++11
|
2018-10-18 07:19:45 +03:00 |
|
Peter Dimov
|
38b20dd503
|
Expand get_by_index, get_by_type tests
|
2018-10-18 07:18:13 +03:00 |
|
Peter Dimov
|
bdd1e2c889
|
Update test/Jamfile
|
2018-10-18 04:29:03 +03:00 |
|
Peter Dimov
|
46ee0af110
|
Remove valueless ; monostate is enough
|
2018-10-18 03:32:57 +03:00 |
|
Peter Dimov
|
19d48d9d8b
|
Fix .travis.yml; update MSVC workarounds
|
2018-10-18 00:43:01 +03:00 |
|
Peter Dimov
|
4fe9454e3e
|
Update .yml files
|
2018-10-18 00:05:41 +03:00 |
|
Peter Dimov
|
81023c3569
|
Add requirements to test/Jamfile
|
2017-07-04 14:39:36 +03:00 |
|
Peter Dimov
|
070844cbda
|
Execute bootstrap in subshell on Appveyor to preserve TOOLSET
|
2017-06-22 17:36:27 +03:00 |
|
Peter Dimov
|
4a79b5573e
|
Merge branch 'master' into develop
|
2017-06-14 02:07:11 +03:00 |
|
Peter Dimov
|
049be646f7
|
Update README.md
|
2017-06-14 01:08:29 +03:00 |
|
Peter Dimov
|
4de9f80487
|
Require valueless to be first, add test
|
2017-06-14 01:04:36 +03:00 |
|
Peter Dimov
|
44d2ead565
|
Merge pull request #1 from pdimov/pdimov-patch-1
Update README.md
|
2017-06-13 22:02:54 +03:00 |
|
Peter Dimov
|
d169681767
|
Update README.md
|
2017-06-13 22:01:43 +03:00 |
|
Peter Dimov
|
236193114c
|
Add monostate, valueless; opt-into single-buffer is now 'valueless', not arbitrary nothrow default constructible
|
2017-06-13 21:48:14 +03:00 |
|
Peter Dimov
|
66f123af06
|
Merge branch 'develop'
|
2017-06-09 19:13:54 +03:00 |
|
Peter Dimov
|
3bb14bf93b
|
Add emulations for is_trivially_* traits for libstdc++ < 5
|
2017-06-09 17:45:36 +03:00 |
|
Peter Dimov
|
82104cd55e
|
constexpr the copy/move constructors; change copy/move assign to not require constexpr lambdas
|
2017-06-09 17:24:23 +03:00 |
|
Peter Dimov
|
f216bb5c1f
|
Add test/variant_move_assign_cx
|
2017-06-09 15:13:36 +03:00 |
|
Peter Dimov
|
6545dc3d10
|
Add test/variant_copy_assign_cx
|
2017-06-09 15:09:42 +03:00 |
|
Peter Dimov
|
72c16ccee1
|
Add test/variant_value_assign_cx
|
2017-06-09 14:58:49 +03:00 |
|
Peter Dimov
|
870dcee0a8
|
Fix tests accordingly
|
2017-06-09 05:29:22 +03:00 |
|
Peter Dimov
|
ca0e58f3fc
|
is_trivially_copyable doesn't exist on 4.9 either
|
2017-06-09 04:49:44 +03:00 |
|
Peter Dimov
|
3a198b5f2b
|
Use is_trivially_copyable instead of has_trivial_copy_*
|
2017-06-09 04:31:59 +03:00 |
|
Peter Dimov
|
3c18ded3aa
|
Check is_move_constructible, is_move_assignable
|
2017-06-09 04:17:06 +03:00 |
|
Peter Dimov
|
7c00db0600
|
has_trivial_move doesn't exist either in libstd++ pre-5
|
2017-06-09 03:44:02 +03:00 |
|
Peter Dimov
|
893cd7c1e5
|
Add workaround for libstdc++ < 5
|
2017-06-09 03:22:31 +03:00 |
|
Peter Dimov
|
613d411396
|
Fix constexpr emplace on clang and msvc-14.1
|
2017-06-09 02:27:02 +03:00 |
|
Peter Dimov
|
0997734e5c
|
Make emplace constexpr
|
2017-06-09 02:05:34 +03:00 |
|
Peter Dimov
|
48547c9c8a
|
Merge branch 'develop'
|
2017-06-04 18:25:25 +03:00 |
|
Peter Dimov
|
e68ff1f014
|
Fix copy/paste mistake
|
2017-06-04 13:55:42 +03:00 |
|
Peter Dimov
|
1bd9c231ad
|
Update expected.md
|
2017-06-03 16:13:04 +03:00 |
|
Peter Dimov
|
2af60f13a2
|
Update README.md
|
2017-06-03 15:58:27 +03:00 |
|
Peter Dimov
|
6225ba33c3
|
Update doc/expected.md
|
2017-06-03 15:52:07 +03:00 |
|
Peter Dimov
|
d88ba98e92
|
Throw bad_expected_access if throw_on_unexpected returns
|
2017-06-03 15:51:28 +03:00 |
|
Peter Dimov
|
02ecef4fcb
|
Add const on remap_errors()
|
2017-06-03 14:58:44 +03:00 |
|
Peter Dimov
|
2b86468e67
|
Update expected.md
|
2017-06-03 14:57:30 +03:00 |
|
Peter Dimov
|
be5f19f7cf
|
Update expected.md
|
2017-06-03 14:45:22 +03:00 |
|
Peter Dimov
|
4e34749d87
|
Add doc/expected.md
|
2017-06-03 14:43:21 +03:00 |
|
Peter Dimov
|
d5d5af660e
|
Update README.md
|
2017-06-03 14:26:24 +03:00 |
|
Peter Dimov
|
0c7d573af8
|
Update README.md
|
2017-06-03 14:24:41 +03:00 |
|
Peter Dimov
|
f660bd5ae2
|
Merge branch 'develop'
|
2017-06-03 00:46:39 +03:00 |
|
Peter Dimov
|
369781b623
|
Add test/variant_subset
|
2017-06-03 00:27:52 +03:00 |
|
Peter Dimov
|
8765ee1983
|
Add expected::operator>> as an alias for .then
|
2017-06-03 00:12:01 +03:00 |
|
Peter Dimov
|
241f41121e
|
Add test/variant_convert_construct
|
2017-06-03 00:11:33 +03:00 |
|
Peter Dimov
|
e347ecbff1
|
Simplify bad_expected_access<E> a bit
|
2017-06-02 23:28:51 +03:00 |
|
Peter Dimov
|
bdd449ae6a
|
get_if should return 0 when passed 0
|
2017-06-02 22:11:29 +03:00 |
|
Peter Dimov
|
8a4bc23bf2
|
Merge branch 'develop'
|
2017-06-02 20:00:47 +03:00 |
|
Peter Dimov
|
c867329bb8
|
Rename mp_for_index to mp_with_index in expected.hpp, too
|
2017-06-02 18:27:08 +03:00 |
|