mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
explicit keyword added in static_vector.
[SVN r81895]
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
{}
|
||||
|
||||
// strong
|
||||
static_vector(size_type s)
|
||||
explicit static_vector(size_type s)
|
||||
: m_size(0)
|
||||
{
|
||||
resize(s); // may throw
|
||||
|
||||
Reference in New Issue
Block a user