diff --git a/include/nlohmann/detail/conversions/to_json.hpp b/include/nlohmann/detail/conversions/to_json.hpp index c5f4ce834..32d58e255 100644 --- a/include/nlohmann/detail/conversions/to_json.hpp +++ b/include/nlohmann/detail/conversions/to_json.hpp @@ -440,7 +440,6 @@ inline void to_json(BasicJsonType& j, const std_fs::path& p) #else j = p.u8string(); #endif - } #endif