fix(StaticString): fix build

This commit is contained in:
Ronan Abhamon 2018-05-21 10:26:12 +02:00
parent 3087ae374c
commit 7e3fbe128b

View file

@ -112,7 +112,7 @@ namespace Private {
private:
template<typename T>
static bool testInt (T n) {
static constexpr bool testInt (T n) {
// Do not use it directly in the two enable_if below. (MSVC 2015 bug.)
return n < 0;
}