container/*: minor changes

This commit is contained in:
Michele Caini
2022-07-19 15:14:08 +02:00
parent 79f7eaaf9a
commit 0830704484
2 changed files with 2 additions and 2 deletions

View File

@@ -372,7 +372,7 @@ public:
/*! @brief Default constructor. */
dense_map()
: dense_map(minimum_capacity) {}
: dense_map{minimum_capacity} {}
/**
* @brief Constructs an empty container with a given allocator.

View File

@@ -318,7 +318,7 @@ public:
/*! @brief Default constructor. */
dense_set()
: dense_set(minimum_capacity) {}
: dense_set{minimum_capacity} {}
/**
* @brief Constructs an empty container with a given allocator.