Peter Dimov
|
19b75fffe4
|
Add test/variant_visit_cx_2.cpp. Refs #47.
|
2024-11-23 04:11:30 +02:00 |
|
Peter Dimov
|
bdc1098c80
|
Add test/variant_visit_r_cx.cpp. Refs #47.
|
2024-11-23 03:38:27 +02:00 |
|
Peter Dimov
|
9061e427c2
|
Add test/variant_visit_cx.cpp. Refs #47.
|
2024-11-23 03:13:28 +02:00 |
|
Peter Dimov
|
a4b167b723
|
Add VERBATIM to add_custom_target
|
2024-08-28 20:45:54 +03:00 |
|
Peter Dimov
|
acf24454d8
|
Update build.jam, test/Jamfile
|
2024-08-28 20:28:59 +03:00 |
|
Rene Rivera
|
f78343e18d
|
Sync from upstream.
|
2024-07-25 17:19:46 -05:00 |
|
Peter Dimov
|
e3cf721a23
|
Define BOOST_ALLOW_DEPRECATED in JSON tests for g++ 4.x
|
2024-07-21 22:20:27 +03:00 |
|
Rene Rivera
|
fc088e7273
|
Change all <source> references to <library>.
|
2024-07-20 21:27:52 -05:00 |
|
Rene Rivera
|
429a82a52e
|
Sync from upstream.
|
2024-05-19 23:15:27 -05:00 |
|
Peter Dimov
|
f9bdafd3ca
|
Remove C++11 requirements from test/Jamfile
|
2024-05-18 03:18:56 +03:00 |
|
Rene Rivera
|
1324e32b33
|
Add missing import-search for cconfig/predef checks.
|
2024-05-04 23:33:36 -05:00 |
|
Rene Rivera
|
02303d662e
|
Sync from upstream.
|
2024-04-10 07:58:16 -05:00 |
|
Peter Dimov
|
a936eae01b
|
Add test/variant_derived_construct2. Refs #43.
|
2024-03-24 18:41:49 +02:00 |
|
Rene Rivera
|
5c34125b14
|
Make the library modular usable.
|
2024-03-11 08:38:17 -05:00 |
|
Peter Dimov
|
2c590716ab
|
Use the exact 3.125f in variant_visit_r.cpp
|
2023-06-29 12:05:55 +03:00 |
|
Peter Dimov
|
82b98fb757
|
Cast 3.14f to float because FLT_EVAL_METHOD (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108742) for discussion
|
2023-06-29 10:46:54 +03:00 |
|
Peter Dimov
|
30afb9e183
|
Update test/Jamfile to fix Drone issues
|
2023-06-29 09:54:49 +03:00 |
|
Peter Dimov
|
26595285d3
|
Add variant<>::uses_double_storage(). Refs #37.
|
2023-06-28 22:14:56 +03:00 |
|
Peter Dimov
|
67a12199e6
|
Add JSON support (refs #28)
|
2022-10-18 06:08:18 +03:00 |
|
Peter Dimov
|
4a5f3dc498
|
Add variant<monostate, T>::emplace tests to fish out -Wmaybe-uninitialized warnings
|
2022-10-18 02:56:15 +03:00 |
|
Peter Dimov
|
5e2bce1baa
|
Add operator<< for monostate
|
2022-01-31 17:55:26 +02:00 |
|
Peter Dimov
|
3fc7540733
|
Only define operator<< when all contained types are streamable (refs #31)
|
2021-12-09 18:39:03 +02:00 |
|
Peter Dimov
|
e4b4b3f02b
|
Extend msvc-14.2 workaround to 14.3
|
2021-10-29 02:18:23 +03:00 |
|
Peter Dimov
|
8af1fbde8e
|
Update cmake_subdir_test/CMakeLists.txt
|
2021-09-21 14:52:38 +03:00 |
|
Peter Dimov
|
e668c099ce
|
Add operator<< for variant
|
2021-09-15 02:51:11 +03:00 |
|
Peter Dimov
|
8fd9f830a9
|
Add proper type deduction to visit_by_index
|
2021-09-15 01:30:09 +03:00 |
|
Peter Dimov
|
ad06c9b923
|
Add visit_by_index
|
2021-09-14 21:06:01 +03:00 |
|
Peter Dimov
|
4d69db1441
|
Extend g++-10 workarounds to 11
|
2021-09-11 19:23:39 +03:00 |
|
Peter Dimov
|
be6ddf9fdc
|
Add boost/variant2.hpp
|
2021-09-11 17:19:09 +03:00 |
|
Peter Dimov
|
3bc9a57c9b
|
Merge branch 'feature/issue-26' into develop
|
2021-03-13 18:23:39 +02:00 |
|
Peter Dimov
|
ae1f72671e
|
Add test for types supported by boost::hash, but not by std::hash
|
2021-03-13 04:50:01 +02:00 |
|
Peter Dimov
|
f586dc8848
|
Add test for inherited constructors (refs #26)
|
2021-03-12 20:15:09 +02:00 |
|
Peter Dimov
|
8ec0bf448a
|
Add monospace relational tests (refs #25)
|
2021-03-08 03:01:21 +02:00 |
|
Peter Dimov
|
6d848c5af6
|
Update GCC workarounds in constexpr in-place construct tests
|
2021-01-25 03:44:24 +02:00 |
|
Peter Dimov
|
84a2c175d0
|
Use variant=release for variant_visit_r under g++/windows
|
2021-01-13 04:44:56 +02:00 |
|
Peter Dimov
|
efc1d5acca
|
Add more tests to variant_emplace_index.cpp
|
2021-01-13 02:32:05 +02:00 |
|
Peter Dimov
|
5586ebaa64
|
Add support for visit<R>
|
2020-06-03 17:00:13 +03:00 |
|
Peter Dimov
|
bede3777a8
|
Add test for nullary visit
|
2020-06-03 14:29:24 +03:00 |
|
Peter Dimov
|
41829b0fb1
|
test/variant_many_types: cosmetic fixes
|
2020-05-09 17:55:42 +03:00 |
|
Peter Dimov
|
b57d75ff80
|
Merge branch 'develop' into feature/many-types
|
2020-05-09 14:41:29 +03:00 |
|
Peter Dimov
|
03019860df
|
Fix gcc-10 version check
|
2020-05-09 05:10:28 +03:00 |
|
Peter Dimov
|
8ec4720d2d
|
Merge branch 'feature/clang-10' into feature/gcc-10
|
2020-05-09 05:09:11 +03:00 |
|
Peter Dimov
|
75f574fc48
|
Move warning suppression before the includes
|
2020-05-09 04:42:27 +03:00 |
|
Peter Dimov
|
fa92e40b35
|
Disable failing constexpr tests on g++ 10.1
|
2020-05-09 04:31:26 +03:00 |
|
Peter Dimov
|
a403f82691
|
Disable -Wdeprecated-volatile
|
2020-05-09 03:57:27 +03:00 |
|
Peter Dimov
|
fa872cb835
|
test/variant_many_types: add a constructor to Y
|
2020-05-08 23:23:19 +03:00 |
|
Peter Dimov
|
93204676f5
|
Add test/variant_many_types
|
2020-05-08 22:22:49 +03:00 |
|
Peter Dimov
|
772ef0d312
|
Support derived types in visit
|
2020-05-06 20:11:03 +03:00 |
|
Peter Dimov
|
f3b3b533aa
|
Remove local mp_power_set implementation, as it's now in mp11
|
2020-03-20 02:26:01 +02:00 |
|
Peter Dimov
|
76c67c9b21
|
Use <warnings>extra instead of all
|
2020-01-31 23:59:00 +02:00 |
|