Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/
H A Dvector_ctor.cc95 const char* c_strings[5] = { "1", "2", "3", "4", "5" }; in test04() local
96 std::vector<std::string> strings(c_strings, c_strings + 5); in test04()
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20011575 * testsuite/21_strings/c_strings.cc (test01, test02): Increase
3617 * testsuite/21_strings/c_strings.cc: Use `std::strcpy' instead of
3694 * testsuite/21_strings/c_strings.cc (main): Fix.
3861 * testsuite/21_strings/c_strings.cc: Add tests.
4340 * testsuite/21_strings/c_strings.cc: Add.