mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
Remove anonymous namespace
This commit is contained in:
@ -115,8 +115,6 @@ class input_buffer_adapter : public input_adapter_protocol
|
||||
const char* const limit;
|
||||
};
|
||||
|
||||
namespace
|
||||
{
|
||||
template<typename WideStringType, size_t T>
|
||||
struct wide_string_input_helper
|
||||
{
|
||||
@ -232,7 +230,6 @@ namespace
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
template<typename WideStringType>
|
||||
class wide_string_input_adapter : public input_adapter_protocol
|
||||
|
@ -1993,8 +1993,6 @@ class input_buffer_adapter : public input_adapter_protocol
|
||||
const char* const limit;
|
||||
};
|
||||
|
||||
namespace
|
||||
{
|
||||
template<typename WideStringType, size_t T>
|
||||
struct wide_string_input_helper
|
||||
{
|
||||
@ -2110,7 +2108,6 @@ namespace
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
template<typename WideStringType>
|
||||
class wide_string_input_adapter : public input_adapter_protocol
|
||||
|
Reference in New Issue
Block a user