Home
last modified time | relevance | path

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

/third_party/boost/libs/dll/example/
Dgetting_started.cpp52 std::string cpp_func_res = cpp_func(std::string("In importer.")); in main() local
53 BOOST_TEST(cpp_func_res == "In importer. Hello from lib!"); in main()