diff --git a/include/stdex/system.hpp b/include/stdex/system.hpp index 89105ff99..5b21a55be 100644 --- a/include/stdex/system.hpp +++ b/include/stdex/system.hpp @@ -58,6 +58,8 @@ namespace stdex /// /// Character type for system functions /// + /// \note TODO: Should migrate to std::filesystem::path::value_type. Research UNICODE/_UNICODE behavior on Windows. + /// #if defined(_WIN32) using schar_t = TCHAR; #else @@ -73,6 +75,8 @@ namespace stdex /// /// String for system functions /// + /// \note TODO: Should migrate to std::filesystem::path. Research UNICODE/_UNICODE behavior on Windows. + /// using sstring = std::basic_string; #ifdef UNICODE