mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 12:43:16 +00:00
Fix MSVC 2015 project and add a VS 2017 solution
This commit is contained in:
11
msvc/test_threads/test_threads_main.cpp
Normal file
11
msvc/test_threads/test_threads_main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "test_threads.h"
|
||||
#include <future>
|
||||
#include <functional>
|
||||
#include <chrono>
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int rc = test_threads();
|
||||
return rc;
|
||||
}
|
||||
Reference in New Issue
Block a user