Skip to content

Commit 7206bb2

Browse files
authored
Trying to address out-of-memory compiler problems
Looks like we were really really close to the edge there. Any further change is breaking.
1 parent e1465ba commit 7206bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/typestring-wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SOFTWARE.
2828

2929
#include "typestring.hh"
3030

31-
#if defined(_MSC_VER) && !defined(__clang__)
31+
#if defined(_MSC_VER) // && !defined(__clang__)
3232
#define TYPESTRING_MAX_CONST_CHAR 63
3333

3434
#define TYPESTRING_MIN(a, b) (a) < (b) ? (a) : (b)

0 commit comments

Comments
 (0)