mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-26 06:32:13 +00:00
When using Boost.Filesystem from a project compiled as C++/CX code,
compilation fails with a syntax error, because generic is a keyword.
error C2059: syntax error: 'generic'
See section "Generic interfaces" in C++/CX here:
https://msdn.microsoft.com/en-us/library/hh755792.aspx
78 KiB
78 KiB