disable BOOST_FILESYSTEM_STATUS_CACHE for __APPLE__

[SVN r32168]
This commit is contained in:
Beman Dawes 2005-12-27 14:37:08 +00:00
parent cf8790384b
commit 85ee5f4e3b

View File

@ -74,6 +74,7 @@ namespace fs = boost::filesystem;
// TODO: "|| defined(__APPLE__)" compiles, but at runtime d_type is alwasy 0. Why?
// TODO: find out what macros enable dirent::d_type on various operating systems.
# if !defined(__CYGWIN__) && !defined(__osf__) && !defined(__sun) \
&& !defined(__APPLE__) \
&& !defined(__QNXNTO__) \
&& (defined(BOOST_WINDOWS_API) \
|| defined(__USE_BSD) || defined(_DIRENT_HAVE_D_TYPE) \