mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 12:37:13 +02:00
Merge branch 'patch-1' of https://github.com/tanzislam/system into feature/pr-56
This commit is contained in:
@ -60,6 +60,8 @@
|
|||||||
# endif
|
# endif
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
# define BOOST_SYSTEM_DEPRECATED(msg) __declspec(deprecated(msg))
|
# define BOOST_SYSTEM_DEPRECATED(msg) __declspec(deprecated(msg))
|
||||||
|
#else
|
||||||
|
# define BOOST_SYSTEM_DEPRECATED(msg)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // BOOST_SYSTEM_DETAIL_CONFIG_HPP_INCLUDED
|
#endif // BOOST_SYSTEM_DETAIL_CONFIG_HPP_INCLUDED
|
||||||
|
Reference in New Issue
Block a user