Corrected erroneous comment about string literals
This commit is contained in:
parent
848cf728c0
commit
78cc0f11cd
@ -347,7 +347,7 @@ class input_adapter
|
|||||||
|
|
||||||
// derived support
|
// derived support
|
||||||
|
|
||||||
/// input adapter for string literal
|
/// input adapter for null-terminated strings
|
||||||
template<typename CharT,
|
template<typename CharT,
|
||||||
typename std::enable_if<
|
typename std::enable_if<
|
||||||
std::is_pointer<CharT>::value and
|
std::is_pointer<CharT>::value and
|
||||||
|
|||||||
@ -2502,7 +2502,7 @@ class input_adapter
|
|||||||
|
|
||||||
// derived support
|
// derived support
|
||||||
|
|
||||||
/// input adapter for string literal
|
/// input adapter for null-terminated strings
|
||||||
template<typename CharT,
|
template<typename CharT,
|
||||||
typename std::enable_if<
|
typename std::enable_if<
|
||||||
std::is_pointer<CharT>::value and
|
std::is_pointer<CharT>::value and
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user