Opened 6 years ago
Closed 6 years ago
#12593 closed Bugs (fixed)
Two different macros used to disable deprecation warnings
| Reported by: | 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 , 6 years ago
comment:2 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

already fixed, thx