diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:33:33 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:33:33 +0000 |
| commit | 315d10f09ee888005b1da55e7bbb57d8a79b8447 (patch) | |
| tree | 99a16e8c2272e507281e63fac5970e0548df04ea /include/utility | |
| parent | f36202620b428c45a1c8d91743727c9313424fb2 (diff) | |
Vendor import of libc++ trunk r338536:vendor/libc++/libc++-trunk-r338536
Notes
svn path=/vendor/libc++/dist/; revision=337143
svn path=/vendor/libc++/libc++-trunk-r338536/; revision=337144; tag=vendor/libc++/libc++-trunk-r338536
Diffstat (limited to 'include/utility')
| -rw-r--r-- | include/utility | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utility b/include/utility index 8fdaf65db6a6..ed9bf030d499 100644 --- a/include/utility +++ b/include/utility @@ -295,7 +295,7 @@ template <class _Tp> void as_const(const _Tp&&) = delete; #endif struct _LIBCPP_TEMPLATE_VIS piecewise_construct_t { }; -#if defined(_LIBCPP_CXX03_LANG) || defined(_LIBCPP_BUILDING_UTILITY) +#if defined(_LIBCPP_CXX03_LANG) || defined(_LIBCPP_BUILDING_LIBRARY) extern const piecewise_construct_t piecewise_construct;// = piecewise_construct_t(); #else /* _LIBCPP_INLINE_VAR */ constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); |
