mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 14:01:09 +08:00
Remove anonymous namespace
This commit is contained in:
parent
7c385a4844
commit
b6fdad9acd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user