forked from boostorg/regex
universal-windows: Disable deprecated fileiter
This commit is contained in:
@ -148,8 +148,14 @@
|
|||||||
|
|
||||||
/* disable our own file-iterators and mapfiles if we can't
|
/* disable our own file-iterators and mapfiles if we can't
|
||||||
* support them: */
|
* support them: */
|
||||||
#if !defined(BOOST_HAS_DIRENT_H) && !(defined(_WIN32) && !defined(BOOST_REGEX_NO_W32))
|
#if defined(_WIN32)
|
||||||
# define BOOST_REGEX_NO_FILEITER
|
# if defined(BOOST_REGEX_NO_W32) || BOOST_PLAT_WINDOWS_STORE
|
||||||
|
# define BOOST_REGEX_NO_FILEITER
|
||||||
|
# endif
|
||||||
|
#else // defined(_WIN32)
|
||||||
|
# if !defined(BOOST_HAS_DIRENT_H)
|
||||||
|
# define BOOST_REGEX_NO_FILEITER
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* backwards compatibitity: */
|
/* backwards compatibitity: */
|
||||||
|
Reference in New Issue
Block a user