mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix(StaticString): fix build
This commit is contained in:
parent
3087ae374c
commit
7e3fbe128b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue