aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-25 16:33:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-25 16:33:20 +0300
commit9996a730b686399d385bf2696d3b9cd681b0fcec (patch)
treec2a80d83f9f4c34abf5fbdb153c6f8592132893c
parentea995887962f1b4857feb4c0b9b5d12424ca3ff2 (diff)
Fix previous workaround
-rw-r--r--build2/test/script/regex.hxx4
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;