]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/profile/multiset.h
re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<std::basic_...
[thirdparty/gcc.git] / libstdc++-v3 / include / profile / multiset.h
index 1719728a26f833cb6af52dabac7dd0c62d24ec8e..8ef6e6b0de72c6eb3b3b19f352b38b4949b93428 100644 (file)
@@ -68,7 +68,11 @@ namespace __profile
       typedef typename _Base::const_pointer          const_pointer;
 
       // 23.3.3.1 construct/copy/destroy:
-      explicit multiset(const _Compare& __comp = _Compare(),
+
+      multiset()
+      : _Base() { }
+
+      explicit multiset(const _Compare& __comp,
                        const _Allocator& __a = _Allocator())
       : _Base(__comp, __a) { }