Merge branch 'patch-1' of https://github.com/tanzislam/system into feature/pr-56

This commit is contained in:
Peter Dimov
2020-12-24 02:11:38 +02:00

View File

@ -60,6 +60,8 @@
# endif
#elif defined(_MSC_VER)
# define BOOST_SYSTEM_DEPRECATED(msg) __declspec(deprecated(msg))
#else
# define BOOST_SYSTEM_DEPRECATED(msg)
#endif
#endif // BOOST_SYSTEM_DETAIL_CONFIG_HPP_INCLUDED