mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
add macro SPROUT_NON_CONSTEXPR
This commit is contained in:
parent
6b1ef202d8
commit
1132d08f23
37 changed files with 209 additions and 204 deletions
|
@ -76,7 +76,7 @@ namespace sprout {
|
|||
return *this;
|
||||
}
|
||||
|
||||
void swap(front_insert_iterator& other)
|
||||
SPROUT_CXX14_CONSTEXPR void swap(front_insert_iterator& other)
|
||||
SPROUT_NOEXCEPT_EXPR(SPROUT_NOEXCEPT_EXPR(base_type::swap(other)))
|
||||
{
|
||||
base_type::swap(other);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue