Commit eefdb379 authored by Victor Zverovich's avatar Victor Zverovich

Fix an unused argument warning

parent 2f4f49fd
......@@ -1840,7 +1840,7 @@ class arg_formatter_base {
typename enable_if<
!std::is_same<Char, wchar_t>::value ||
!std::is_same<StrChar, wchar_t>::value>::type
write_str(basic_string_view<StrChar> value) {
write_str(basic_string_view<StrChar> ) {
// Do nothing.
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment