|
5c0274a76e
|
glob headers
|
2022-07-05 10:48:50 +02:00 |
|
|
d34658f4c8
|
Document operator<< for monostate
boost-1.80.0
boost-1.79.0.beta1
boost-1.80.0.beta1
boost-1.79.0
|
2022-01-31 19:19:49 +02:00 |
|
|
5e2bce1baa
|
Add operator<< for monostate
|
2022-01-31 17:55:26 +02:00 |
|
|
573ef77382
|
Move unsigned ix_ after the elements to avoid need to adjust rdi (closes #30)
|
2021-12-09 21:28:35 +02:00 |
|
|
f6cad272d4
|
Add msvc-14.0 to GHA
|
2021-12-09 19:59:01 +02:00 |
|
|
3fc7540733
|
Only define operator<< when all contained types are streamable (refs #31)
|
2021-12-09 18:39:03 +02:00 |
|
|
e4b4b3f02b
|
Extend msvc-14.2 workaround to 14.3
boost-1.78.0.beta1
boost-1.78.0
|
2021-10-29 02:18:23 +03:00 |
|
|
44d38c4111
|
Enable syntax highlighting
|
2021-10-28 23:23:13 +03:00 |
|
|
1ebfb3b689
|
Add msvc-14.3 to ci.yml
|
2021-10-28 23:22:20 +03:00 |
|
|
8af1fbde8e
|
Update cmake_subdir_test/CMakeLists.txt
|
2021-09-21 14:52:38 +03:00 |
|
|
26ce33597d
|
Regenerate CMakeLists.txt
|
2021-09-21 14:45:20 +03:00 |
|
|
c89713b978
|
Add CMake tests to ci.yml
|
2021-09-21 14:31:47 +03:00 |
|
|
10c441c8d7
|
Update appveyor.yml
|
2021-09-15 15:11:54 +03:00 |
|
|
09ec260780
|
Document operator<<
|
2021-09-15 03:53:13 +03:00 |
|
|
2da13befd7
|
Work around mysterious errors with gcc, msvc-14.1, and clang-cl
|
2021-09-15 03:28:29 +03:00 |
|
|
e668c099ce
|
Add operator<< for variant
|
2021-09-15 02:51:11 +03:00 |
|
|
aebcb9792d
|
Update documentation of visit_by_index
|
2021-09-15 02:00:33 +03:00 |
|
|
8fd9f830a9
|
Add proper type deduction to visit_by_index
|
2021-09-15 01:30:09 +03:00 |
|
|
ed4bebff3d
|
Document visit_by_index
|
2021-09-14 21:32:57 +03:00 |
|
|
ad06c9b923
|
Add visit_by_index
|
2021-09-14 21:06:01 +03:00 |
|
|
de4eb8b6d2
|
Update README.md
|
2021-09-11 19:47:34 +03:00 |
|
|
4d69db1441
|
Extend g++-10 workarounds to 11
|
2021-09-11 19:23:39 +03:00 |
|
|
095d9770c4
|
Update ci.yml
|
2021-09-11 18:36:43 +03:00 |
|
|
cca476fbbc
|
Update documentation
|
2021-09-11 18:29:17 +03:00 |
|
|
c76af4d3cf
|
Update README.md
|
2021-09-11 18:26:28 +03:00 |
|
|
1af7b165cf
|
BOOST_VARIANT2_CX14_ASSERT must be empty under C++11
|
2021-09-11 18:22:46 +03:00 |
|
|
49bff72be0
|
Define and use a helper macro BOOST_VARIANT2_CX14_ASSERT in constexpr functions
|
2021-09-11 18:11:17 +03:00 |
|
|
59780ba08e
|
Only assert when C++14
|
2021-09-11 18:00:29 +03:00 |
|
|
edd70cfd66
|
Update ci.yml
|
2021-09-11 17:43:05 +03:00 |
|
|
86c2782dff
|
Update documentation
|
2021-09-11 17:39:55 +03:00 |
|
|
dce8174550
|
Make unsafe_get public
|
2021-09-11 17:29:21 +03:00 |
|
|
9d40bc80f1
|
Use BOOST_ASSERT instead of assert
|
2021-09-11 17:23:29 +03:00 |
|
|
be6ddf9fdc
|
Add boost/variant2.hpp
|
2021-09-11 17:19:09 +03:00 |
|
|
4153a535a0
|
Update .github/workflows
boost-1.77.0.beta1
boost-1.77.0
|
2021-04-19 20:37:12 +03:00 |
|
|
f374ad68a3
|
Add -DBUILD_TESTING=ON to .yml files; it's not default anymore
|
2021-03-19 04:18:08 +02:00 |
|
|
3bc9a57c9b
|
Merge branch 'feature/issue-26' into develop
|
2021-03-13 18:23:39 +02:00 |
|
|
3ca95a65df
|
Use boost::hash in hash_value, not std::hash (closes #27)
|
2021-03-13 05:08:03 +02:00 |
|
|
ae1f72671e
|
Add test for types supported by boost::hash, but not by std::hash
|
2021-03-13 04:50:01 +02:00 |
|
|
a2dab8c7d3
|
Refactor detail::hash_value_L
|
2021-03-13 04:10:41 +02:00 |
|
|
f39a71ed2f
|
Merge branch 'feature/issue-26-nofix' into feature/issue-26
|
2021-03-13 01:09:46 +02:00 |
|
|
06dde96400
|
Merge branch 'develop' into feature/issue-26-nofix
|
2021-03-13 01:09:17 +02:00 |
|
|
8be0a4a5fe
|
Update copyright
|
2021-03-12 23:42:32 +02:00 |
|
|
90cda5339f
|
Disable U&& constructor for derived types
|
2021-03-12 23:40:14 +02:00 |
|
|
afb0aafd64
|
Change clangs to bionic
|
2021-03-12 20:18:24 +02:00 |
|
|
f586dc8848
|
Add test for inherited constructors (refs #26)
|
2021-03-12 20:15:09 +02:00 |
|
|
20b9175932
|
Add cxxstd=latest to Appveyor
boost-1.76.0
boost-1.76.0.beta1
|
2021-03-08 04:04:35 +02:00 |
|
|
fb3ce863ff
|
Add MSVC workaround for monospace constexpr (refs #25)
|
2021-03-08 03:26:40 +02:00 |
|
|
8ec0bf448a
|
Add monospace relational tests (refs #25)
|
2021-03-08 03:01:21 +02:00 |
|
|
6d19e6be68
|
Update revision history
|
2021-03-07 00:51:28 +02:00 |
|
|
d8552b23ae
|
UBSan on clang 7 is broken on Ubuntu
|
2021-03-01 06:35:38 +02:00 |
|