diff options
Diffstat (limited to 'libcxx/include/__locale')
| -rw-r--r-- | libcxx/include/__locale | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/__locale b/libcxx/include/__locale index 28cb3ef6529..bb1fb1b4097 100644 --- a/libcxx/include/__locale +++ b/libcxx/include/__locale @@ -1123,7 +1123,7 @@ extern template class codecvt_byname<char32_t, char, mbstate_t>; _LIBCPP_VISIBLE void __throw_runtime_error(const char*); -template <size_t _N> +template <size_t _Np> struct __narrow_to_utf8 { template <class _OutputIterator, class _CharT> @@ -1213,7 +1213,7 @@ struct __narrow_to_utf8<32> } }; -template <size_t _N> +template <size_t _Np> struct __widen_from_utf8 { template <class _OutputIterator> |

