| 54 | } |
| 55 | |
| 56 | void tutorial_storage() { |
| 57 | const std::string& path = "storage.cgraph"; |
| 58 | tutorial_storage_save(path); |
| 59 | tutorial_storage_load(path); |
| 60 | } |
| 61 | #else |
| 62 | void tutorial_storage() { |
| 63 | std::cout << "CGraph storage support cpp17 and upper only \n"; |
no test coverage detected