mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix defaulted default constructor
This commit is contained in:
parent
5aacc92a14
commit
7640eca894
82 changed files with 139 additions and 120 deletions
|
@ -50,7 +50,7 @@ namespace sprout {
|
|||
protected:
|
||||
using base_type::container;
|
||||
public:
|
||||
back_insert_iterator() = default;
|
||||
SPROUT_CONSTEXPR back_insert_iterator() SPROUT_DEFAULTED_DEFAULT_CONSTRUCTOR_DECL
|
||||
explicit SPROUT_CONSTEXPR back_insert_iterator(param_type x)
|
||||
: base_type(x)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue