Skip to content

Commit fef07be

Browse files
authored
Tell IntelliSense to chill and stop freaking out about fake template errors (#4372)
Told IntelliSense to take a nap, no more template drama
1 parent 04b8ee6 commit fef07be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Shared/sdk/SharedUtil.Template.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#pragma once
22

3+
#ifdef __INTELLISENSE__
4+
#pragma diag_suppress 842
5+
#endif
6+
37
#include <type_traits>
48
#include <variant>
59

0 commit comments

Comments
 (0)