Skip to content

Commit

Permalink
handler tracking fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 14, 2024
1 parent 7f8c3f4 commit 268a41f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/boost/cobalt/detail/race.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ struct race_variadic_impl
struct awaitable : fork::static_shared_state<256 * tuple_size>
{

#if !defined(BOOST_ASIO_ENABLE_HANDLER_TRACKING)
boost::source_location loc;
#endif

template<std::size_t ... Idx>
awaitable(std::tuple<Args...> & args, URBG & g, std::index_sequence<Idx...>) :
Expand Down

0 comments on commit 268a41f

Please sign in to comment.