Home
last modified time | relevance | path

Searched refs:throwing_alloc (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/strings/basic.string/string.cons/
Ddtor_noexcept.pass.cpp23 struct throwing_alloc struct
26 throwing_alloc(const throwing_alloc&); argument
28 ~throwing_alloc() noexcept(false);
48 typedef std::basic_string<char, std::char_traits<char>, throwing_alloc<char>> C; in main()