You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I am using this library with my own include of nlohmann json. That lib keeps header under 'include/nlohmann". In your library header json dependency looks like this:
#include "json.hpp" // nlohmann/json
Can it be modified to:
#include "nlohmann/json.hpp" // nlohmann/json ?
So that the users would not have to move json.hpp out from nlohmann directory which is default in that library?