Fix C2975 error under MSVC
authorNathan James <n.james93@hotmail.co.uk>
Sat, 25 Jul 2020 10:03:59 +0000 (11:03 +0100)
committerNathan James <n.james93@hotmail.co.uk>
Sat, 25 Jul 2020 10:03:59 +0000 (11:03 +0100)
commit4363ea61058b67fd6a86e3798ff7c21631270c6d
tree5a88e31d6ea38d0bad35884d6452c6ea865139d0
parent66998ae59f4e334b285f735bb2d927976cdd323c
Fix C2975 error under MSVC

Apparantly a constexpr value isn't a compile time constant under certain versions of MSVC.
llvm/unittests/ADT/STLExtrasTest.cpp