doc: suppress warnings from doc generation

This commit is contained in:
Michele Caini
2022-01-15 00:45:35 +01:00
parent 3f2e1d078f
commit 29c2c94784

View File

@@ -843,7 +843,6 @@ public:
* @tparam Args Types of optional arguments.
* @param first An iterator to the first element of the range of entities.
* @param last An iterator past the last element of the range of entities.
* @param args Parameters to use to construct an object for the entity.
*/
template<typename It, typename... Args>
void insert(It first, It last, Args &&...) {