Skip to content

Commit

Permalink
Disabled this for now, due to ODR violations $$$ Fix Me $$$
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Aug 29, 2023
1 parent 665047a commit 8913607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/boost/phoenix/stl/tuple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ namespace boost { namespace phoenix {
tuple_detail::idx_wrap<N>(), t);
}

#if 0 // Disabled this for now due to ODR viaolations $$$ Fix Me $$$
// Make unpacked argument placeholders
namespace placeholders {
#define BOOST_PP_LOCAL_LIMITS (1, BOOST_PHOENIX_ARG_LIMIT)
Expand All @@ -114,6 +115,8 @@ namespace boost { namespace phoenix {
boost::phoenix::get_<(N)-1>(boost::phoenix::placeholders::arg1);
#include BOOST_PP_LOCAL_ITERATE()
}
#endif

}} // namespace boost::phoenix

#endif // C++ 14
Expand Down

0 comments on commit 8913607

Please sign in to comment.