diff --git a/include/boost/nowide/detail/is_path.hpp b/include/boost/nowide/detail/is_path.hpp index 84413c31..4419a951 100644 --- a/include/boost/nowide/detail/is_path.hpp +++ b/include/boost/nowide/detail/is_path.hpp @@ -27,7 +27,7 @@ namespace nowide { static constexpr bool value = decltype(test(0))::value; }; - /// SFINAE trait which has a member "type = Result" if the Path is a *\::filesystem::path + /// SFINAE trait/alias which resolves to Result if the Path is a *\::filesystem::path template using enable_if_path_t = typename std::enable_if::value, Result>::type;