| 59 | }; |
| 60 | |
| 61 | void take_shared_ptr(const std::shared_ptr<const std::string> &p) |
| 62 | { |
| 63 | std::cout << *p << '\n'; |
| 64 | } |
| 65 | |
| 66 | int main(int /*argc*/, char * /*argv*/[]) { |
| 67 | using namespace chaiscript; |
nothing calls this directly
no outgoing calls
no test coverage detected