Corrected erroneous comment about string literals

This commit is contained in:
Francois Chabot 2019-01-22 14:42:39 -05:00
parent 848cf728c0
commit 78cc0f11cd
2 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@ class input_adapter
// derived support
/// input adapter for string literal
/// input adapter for null-terminated strings
template<typename CharT,
typename std::enable_if<
std::is_pointer<CharT>::value and

View File

@ -2502,7 +2502,7 @@ class input_adapter
// derived support
/// input adapter for string literal
/// input adapter for null-terminated strings
template<typename CharT,
typename std::enable_if<
std::is_pointer<CharT>::value and