]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/debug/map.h
re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<std::basic_...
[thirdparty/gcc.git] / libstdc++-v3 / include / debug / map.h
index 2367d57452c7403450d2a9c3624d129322ed02ae..bd68c996d0d2875479976567a653e97fc9440ce2 100644 (file)
@@ -77,7 +77,10 @@ namespace __debug
       typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
 
       // 23.3.1.1 construct/copy/destroy:
-      explicit map(const _Compare& __comp = _Compare(),
+
+      map() : _Base() { }
+
+      explicit map(const _Compare& __comp,
                   const _Allocator& __a = _Allocator())
       : _Base(__comp, __a) { }