SHOW:
|
|
- or go back to the newest paste.
1 | - | // C++ standard includes |
1 | + | using namespace test::subNamespace; |
2 | - | #include <string> |
2 | + | |
3 | - | #include <vector> |
3 | + | example = new Example(); |
4 | myExampleCopy = example; | |
5 | - | // 3rd party lib includes |
5 | + | |
6 | - | #include <boost/thread.hpp> |
6 | + | int count = example->getCount(); |