Kuan-Fu, Wu
Results
1
comments of
Kuan-Fu, Wu
The compilation errors occur because the constructor of `json::json_pointer` is marked as `explicit`. Removing the `explicit` keyword allows the code to compile and pass the tests, but i think it...