Opened 6 years ago

Closed 6 years ago

#12593 closed Bugs (fixed)

Two different macros used to disable deprecation warnings

Reported by: Christian Maaser <runningwithscythes@…> Owned by: olli
Milestone: To Be Determined Component: coroutine
Version: Boost 1.62.0 Severity: Cosmetic
Keywords: Cc:

Description

boost\coroutine\asymmetric_coroutine.hpp uses BOOST_COROUTINES_NO_DEPRECATION_WARNING boost\coroutine\detail\config.hpp uses BOOST_COROUTINE_NO_DEPRECATION_WARNING

One needs to define both symbols to silence all deprecation warnings. Please rename the latter one, as all other macros start with "BOOST_COROUTINES_".

Change History (2)

comment:1 by olli, 6 years ago

already fixed, thx

comment:2 by olli, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.