mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Avoid unnecessary constexpr to appease MSVC 2013
llvm-svn: 283916
This commit is contained in:
parent
93003b9ee7
commit
356339ee08
@ -59,7 +59,7 @@ TEST(ModuleTest, randomNumberGenerator) {
|
||||
Module M("R", Context);
|
||||
|
||||
std::uniform_int_distribution<int> dist;
|
||||
constexpr std::size_t NBCheck = 10;
|
||||
const size_t NBCheck = 10;
|
||||
|
||||
std::array<int, NBCheck> RandomStreams[2];
|
||||
for (auto &RandomStream : RandomStreams) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user