1
0
Fork 0
arangodb/cmake/CheckCXX11Features/cxx11-test-mutex.cpp

7 lines
67 B
C++

#include <mutex>
int main() {
std::mutex _mutex;
return 0;
}