diff options
Diffstat (limited to 'libcxx/include/functional')
-rw-r--r-- | libcxx/include/functional | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libcxx/include/functional b/libcxx/include/functional index c2f5a18fd94..3e5215b137b 100644 --- a/libcxx/include/functional +++ b/libcxx/include/functional @@ -2020,16 +2020,16 @@ _LIBCPP_FUNC_VIS extern const __ph<8> _8; _LIBCPP_FUNC_VIS extern const __ph<9> _9; _LIBCPP_FUNC_VIS extern const __ph<10> _10; #else -_LIBCPP_INLINE_VAR constexpr __ph<1> _1{}; -_LIBCPP_INLINE_VAR constexpr __ph<2> _2{}; -_LIBCPP_INLINE_VAR constexpr __ph<3> _3{}; -_LIBCPP_INLINE_VAR constexpr __ph<4> _4{}; -_LIBCPP_INLINE_VAR constexpr __ph<5> _5{}; -_LIBCPP_INLINE_VAR constexpr __ph<6> _6{}; -_LIBCPP_INLINE_VAR constexpr __ph<7> _7{}; -_LIBCPP_INLINE_VAR constexpr __ph<8> _8{}; -_LIBCPP_INLINE_VAR constexpr __ph<9> _9{}; -_LIBCPP_INLINE_VAR constexpr __ph<10> _10{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<1> _1{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<2> _2{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<3> _3{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<4> _4{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<5> _5{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<6> _6{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<7> _7{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<8> _8{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<9> _9{}; +/* _LIBCPP_INLINE_VAR */ constexpr __ph<10> _10{}; #endif // defined(_LIBCPP_CXX03_LANG) || defined(_LIBCPP_BUILDING_BIND) } // placeholders |