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 a5f1e9d commit 8331fadCopy full SHA for 8331fad
llvm/include/llvm/Support/Registry.h
@@ -58,8 +58,8 @@ namespace llvm {
58
// declaration causing error C2487 "member of dll interface class may not
59
// be declared with dll interface".
60
// https://developercommunity.visualstudio.com/t/c2487-in-dllexport-class-with-static-members/69878
61
- inline static node *Head = nullptr;
62
- inline static node *Tail = nullptr;
+ static inline node *Head = nullptr;
+ static inline node *Tail = nullptr;
63
64
public:
65
/// Node in linked list of entries.
0 commit comments