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
7645105ee8
commit
b881750699
5 changed files with 84 additions and 71 deletions
|
@ -107,7 +107,7 @@ namespace sprout {
|
|||
: init(v.init)
|
||||
, val(v.is_initialized() ? holder_type(*v) : holder_type())
|
||||
{}
|
||||
#if SPROUT_GCC_BETWEEN(4, 8, 0, 4, 8, 2)
|
||||
#if SPROUT_GCC_BETWEEN((4, 8, 0), (4, 8, 2))
|
||||
optional(optional&&) = default;
|
||||
#else
|
||||
SPROUT_CONSTEXPR optional(optional&& v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue