mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-10 14:44:11 +00:00
fix trivial constructor declaration
This commit is contained in:
parent
1bce2b4a5b
commit
478c476611
16 changed files with 89 additions and 69 deletions
|
@ -50,7 +50,7 @@ namespace sprout {
|
|||
explicit SPROUT_CONSTEXPR container_holder(param_type x)
|
||||
: container(x)
|
||||
{}
|
||||
SPROUT_CONSTEXPR container_holder(container_holder const&) = default;
|
||||
container_holder(container_holder const&) = default;
|
||||
|
||||
void swap(container_holder& other)
|
||||
SPROUT_NOEXCEPT_EXPR(SPROUT_NOEXCEPT_EXPR(sprout::swap(other.container, container)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue