Opened 9 years ago
Closed 8 years ago
#9928 closed Bugs (fixed)
Typo in boost/asio/spawn.hpp
Reported by: | anonymous | Owned by: | chris_kohlhoff |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | asio coroutines | Cc: |
Description
There are two typos in boost/asio/spawn.hpp lines 61 and 76 (in the latest svn repo):
-#elif defined(BOOST_COROUTINES_UNIDRECT) || defined(BOOST_COROUTINES_V2) +#elif defined(BOOST_COROUTINES_UNIDIRECT) || defined(BOOST_COROUTINES_V2)
Note:
See TracTickets
for help on using tickets.
Fixed on 'develop' in 85640f548a6e0934fc3103ccf8643c5c6eaed960.
Merged to 'master' in 4e1e7d731fcc5c0104567856de476f7ce8806d72.