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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D6513.cc31 const char* c_strings[5] = { "1", "2", "3", "4", "5" }; local
32 std::vector<std::string> strings(c_strings, c_strings + 5);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D6513.cc32 const char* c_strings[5] = { "1", "2", "3", "4", "5" }; local
33 std::vector<std::string> strings(c_strings, c_strings + 5);

Completed in 113 milliseconds