Home
last modified time | relevance | path

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

/third_party/boost/libs/dll/example/
Dgetting_started.cpp76 std::string cpp_var_old_contents = *cpp_var; // using the variable in main() local
78 BOOST_TEST(cpp_var_old_contents == "some value"); in main()