Home
last modified time | relevance | path

Searched defs:MyConfig2 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/test/example/
Dunit_test_example_09_2.cpp17 struct MyConfig2 { struct
18 MyConfig2() { std::cout << "global setup part2\n"; } in MyConfig2() function
19 ~MyConfig2() { std::cout << "global teardown part2\n"; } in ~MyConfig2() argument