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)

Change History (1)

comment:1 by chris_kohlhoff, 8 years ago

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