Including VirtualFileSystem.h in the clangFormat.h indirectly includes <atomic>.
This header is blocked when compiling with /clr.
I added a forward declaration of vfs::FileSystem in clangFormat.h and moved the include to clangFormat.cpp.
Details
Details
Diff Detail
Diff Detail
nit: Remove this empty line.