diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-01-02 18:57:47 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-01-02 18:57:47 +0000 |
| commit | c8531ebef9fdb177a6f491658eaff8a2b49fcf14 (patch) | |
| tree | 12420358b0a09bcae2ce117508c5611ccba33721 /libcxx/include/utility | |
| parent | 913918cbefd834ac6565c77c2c8201f0615fe836 (diff) | |
| download | bcm5719-llvm-c8531ebef9fdb177a6f491658eaff8a2b49fcf14.tar.gz bcm5719-llvm-c8531ebef9fdb177a6f491658eaff8a2b49fcf14.zip | |
Temporarily revert the inlining of 'piecewise_construct' because it is exported from the dylib.
llvm-svn: 321663
Diffstat (limited to 'libcxx/include/utility')
| -rw-r--r-- | libcxx/include/utility | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/utility b/libcxx/include/utility index 11d128cf4aa..6fa2e15d144 100644 --- a/libcxx/include/utility +++ b/libcxx/include/utility @@ -296,7 +296,7 @@ struct _LIBCPP_TEMPLATE_VIS piecewise_construct_t { }; #if defined(_LIBCPP_CXX03_LANG) || defined(_LIBCPP_BUILDING_UTILITY) extern const piecewise_construct_t piecewise_construct;// = piecewise_construct_t(); #else -_LIBCPP_INLINE_VAR constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); +/* _LIBCPP_INLINE_VAR */ constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); #endif #if defined(_LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR) |

