diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 13:02:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 13:02:47 +0300 |
commit | 86a70e07d4e6d6d021a8eb4ade8a631f85fb5426 (patch) | |
tree | f03ef05fc6135a1345ec8f397ddfe882dd378389 /msvc-common | |
parent | 463d7d6d576b4e4dae42264343f1592758d0cbf5 (diff) |
Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates
Diffstat (limited to 'msvc-common')
-rw-r--r-- | msvc-common/msvc-filter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc-common/msvc-filter.cxx b/msvc-common/msvc-filter.cxx index 4e2a246..662c448 100644 --- a/msvc-common/msvc-filter.cxx +++ b/msvc-common/msvc-filter.cxx @@ -143,7 +143,7 @@ filter (const char* s, size_t n, ostream& os) try { - path::traits::realize (pd); + path::traits_type::realize (pd); assert (!pd.empty ()); |