mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed compilation errors with msvc
This commit is contained in:
@@ -67,8 +67,8 @@ const int TestQueue::kQueueSize;
|
||||
static void test_stress_eventcount()
|
||||
{
|
||||
const int kThreads = std::thread::hardware_concurrency();
|
||||
const int kEvents = 1 << 16;
|
||||
const int kQueues = 10;
|
||||
static const int kEvents = 1 << 16;
|
||||
static const int kQueues = 10;
|
||||
|
||||
std::vector<EventCount::Waiter> waiters(kThreads);
|
||||
EventCount ec(waiters);
|
||||
|
||||
Reference in New Issue
Block a user