mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix version check macro
This commit is contained in:
parent
b881750699
commit
12e12373d0
8 changed files with 43 additions and 64 deletions
|
@ -189,7 +189,7 @@ namespace sprout {
|
|||
, base_type(sprout::forward<UHead>(h))
|
||||
{}
|
||||
tuple_impl(tuple_impl const&) = default;
|
||||
#if SPROUT_GCC_BETWEEN((4, 8, 0), (4, 8, 2))
|
||||
#if SPROUT_GCC_IN_RANGE((4, 8, 0), (4, 8, 2))
|
||||
tuple_impl(tuple_impl&&) = default;
|
||||
#else
|
||||
SPROUT_CONSTEXPR tuple_impl(tuple_impl&& t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue