diff --git a/source/utf8/cpp11_facilities.h b/source/utf8/cpp11_facilities.h index e4847a5..ccdd246 100644 --- a/source/utf8/cpp11_facilities.h +++ b/source/utf8/cpp11_facilities.h @@ -29,9 +29,12 @@ DEALINGS IN THE SOFTWARE. namespace utf8 { - template + namespace internal { + template using Iterator_category = typename std::iterator_traits::iterator_category; - + template + using Decay = typename std::decay::type;//std::decay_t in c++14 + } // namespace internal } // namespace utf8 #endif // header guard