diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-25 16:33:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-25 16:33:20 +0300 |
commit | 9996a730b686399d385bf2696d3b9cd681b0fcec (patch) | |
tree | c2a80d83f9f4c34abf5fbdb153c6f8592132893c | |
parent | ea995887962f1b4857feb4c0b9b5d12424ca3ff2 (diff) |
Fix previous workaround
-rw-r--r-- | build2/test/script/regex.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/regex.hxx b/build2/test/script/regex.hxx index ec02b18..70de7ee 100644 --- a/build2/test/script/regex.hxx +++ b/build2/test/script/regex.hxx @@ -619,8 +619,8 @@ namespace std // is_unsigned so we have to get deeper into the implementation details. // #if defined(_MSC_VER) && _MSC_VER >= 1921 - template <class _Ty> - struct _Sign_base<_Ty, false> + template <> + struct _Sign_base<build2::test::script::regex::line_char, false> { static constexpr bool _Signed = false; static constexpr bool _Unsigned = true; |