forked from boostorg/system
Merge branch 'develop' into feature/constexpr
This commit is contained in:
@@ -70,4 +70,4 @@ build: off
|
|||||||
test_script:
|
test_script:
|
||||||
- PATH=%ADDPATH%%PATH%
|
- PATH=%ADDPATH%%PATH%
|
||||||
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
||||||
- b2 -j3 libs/system/test toolset=%TOOLSET% %CXXSTD%
|
- b2 -j3 libs/system/test toolset=%TOOLSET% variant=debug,release %CXXSTD%
|
||||||
|
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if defined(SINGLE_INSTANCE_DYN_LINK) && defined(BOOST_HAS_DECLSPEC)
|
#if defined(SINGLE_INSTANCE_DYN_LINK)
|
||||||
# define EXPORT __declspec(dllexport)
|
# define EXPORT BOOST_SYMBOL_EXPORT
|
||||||
#else
|
#else
|
||||||
# define EXPORT
|
# define EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if defined(SINGLE_INSTANCE_DYN_LINK) && defined(BOOST_HAS_DECLSPEC)
|
#if defined(SINGLE_INSTANCE_DYN_LINK)
|
||||||
# define EXPORT __declspec(dllexport)
|
# define EXPORT BOOST_SYMBOL_EXPORT
|
||||||
#else
|
#else
|
||||||
# define EXPORT
|
# define EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user