Felix Bruns fcb98ee37e Rename generic() to generic_path(), since generic is a keyword in C++/CX.
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
2016-04-27 14:11:08 +02:00
2014-08-18 14:58:47 +01:00
2014-07-23 10:11:34 -04:00
Description
Mirrored via gitea-mirror
14 MiB
Languages
C++ 98.4%
CMake 1.5%