mirror of
https://github.com/boostorg/variant2.git
synced 2026-05-04 03:40:49 +02:00
constexpr the copy/move constructors; change copy/move assign to not require constexpr lambdas
This commit is contained in:
@@ -27,7 +27,10 @@ run variant_default_construct.cpp : : : $(REQ) ;
|
||||
compile variant_default_construct_cx.cpp : : : $(REQ) ;
|
||||
|
||||
run variant_copy_construct.cpp : : : $(REQ) ;
|
||||
compile variant_copy_construct_cx.cpp : : : $(REQ) ;
|
||||
|
||||
run variant_move_construct.cpp : : : $(REQ) ;
|
||||
compile variant_move_construct_cx.cpp : : : $(REQ) ;
|
||||
|
||||
run variant_value_construct.cpp : : : $(REQ) ;
|
||||
compile variant_value_construct_cx.cpp : : : $(REQ) ;
|
||||
|
||||
Reference in New Issue
Block a user