We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f661248 commit 842dd4aCopy full SHA for 842dd4a
libcxx/include/__type_traits/container_traits.h
@@ -37,6 +37,7 @@ struct __container_traits {
37
// exits via an exception, the original container is unaffected
38
static _LIBCPP_CONSTEXPR const bool __emplacement_has_strong_exception_safety_guarantee = false;
39
40
+ // A trait that tells whether a container supports `reserve(n)` member function.
41
static _LIBCPP_CONSTEXPR const bool __reservable = false;
42
};
43
0 commit comments