Skip to content

Commit 842dd4a

Browse files
committed
documentation
1 parent f661248 commit 842dd4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__type_traits/container_traits.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ struct __container_traits {
3737
// exits via an exception, the original container is unaffected
3838
static _LIBCPP_CONSTEXPR const bool __emplacement_has_strong_exception_safety_guarantee = false;
3939

40+
// A trait that tells whether a container supports `reserve(n)` member function.
4041
static _LIBCPP_CONSTEXPR const bool __reservable = false;
4142
};
4243

0 commit comments

Comments
 (0)