aboutsummaryrefslogtreecommitdiff
path: root/tests/url
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-03 12:55:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-03 12:55:14 +0300
commit2a7a93bb9e6f828ea0d4b59b400fbb2e16657c9c (patch)
treecbf988364a2daab7e72f7e2f6d23f6442caf347e /tests/url
parent57a9066812b06262265594eac7c62c394f51e947 (diff)
Rename traits alias to traits_type for basic_path, basic_url, and string_table class templates
Diffstat (limited to 'tests/url')
-rw-r--r--tests/url/driver.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/url/driver.cxx b/tests/url/driver.cxx
index 8160d7d..5d6069f 100644
--- a/tests/url/driver.cxx
+++ b/tests/url/driver.cxx
@@ -349,13 +349,13 @@ try
if (!u.empty ())
{
wstring s;
- wcout << wurl::traits::translate_scheme (s,
- u.scheme,
- nullopt,
- nullopt,
- nullopt,
- nullopt,
- false) << endl;
+ wcout << wurl::traits_type::translate_scheme (s,
+ u.scheme,
+ nullopt,
+ nullopt,
+ nullopt,
+ nullopt,
+ false) << endl;
}
else
wcout << L"[null]" << endl;