We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba89749 commit 230d03cCopy full SHA for 230d03c
llvm/include/llvm/Support/Threading.h
@@ -18,8 +18,8 @@
18
#include "llvm/ADT/StringRef.h"
19
#include "llvm/Config/llvm-config.h" // for LLVM_ON_UNIX
20
#include "llvm/Support/Compiler.h"
21
-#include <ciso646> // So we can check the C++ standard lib macros.
22
#include <optional>
+#include <version>
23
24
#if defined(_MSC_VER)
25
// MSVC's call_once implementation worked since VS 2015, which is the minimum
llvm/lib/DebugInfo/GSYM/LookupResult.cpp
@@ -12,7 +12,6 @@
12
#include "llvm/Support/Format.h"
13
#include "llvm/Support/Path.h"
14
#include "llvm/Support/raw_ostream.h"
15
-#include <ciso646>
16
17
using namespace llvm;
using namespace gsym;
0 commit comments