Remove anonymous namespace
This commit is contained in:
parent
7c385a4844
commit
b6fdad9acd
2 changed files with 190 additions and 196 deletions
|
@ -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 a new issue