You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E:\Github\memory\src\temporary_allocator.cpp(220): error C2144: syntax error: 'char' should be preceded by ';'
E:\Github\memory\src\temporary_allocator.cpp(220): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
E:\Github\memory\src\temporary_allocator.cpp(221): error C2144: syntax error: 'bool' should be preceded by ';'
E:\Github\memory\src\temporary_allocator.cpp(221): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
E:\Github\memory\src\temporary_allocator.cpp(221): error C2086: 'int `anonymous-namespace'::FOONATHAN_THREAD_LOCAL': redefinition
E:\Github\memory\src\temporary_allocator.cpp(219): note: see declaration of '`anonymous-namespace'::FOONATHAN_THREAD_LOCAL'
The text was updated successfully, but these errors were encountered:
Following is the error message:
The text was updated successfully, but these errors were encountered: