| 173 | } |
| 174 | |
| 175 | int main() |
| 176 | { |
| 177 | std::cout << "\nmsgpack examples\n\n"; |
| 178 | example1(); |
| 179 | example2(); |
| 180 | ext_example(); |
| 181 | duration_example1(); |
| 182 | duration_example2(); |
| 183 | duration_example3(); |
| 184 | std::cout << '\n'; |
| 185 | } |
| 186 |
nothing calls this directly
no test coverage detected