Opened 9 years ago
Last modified 9 years ago
#8828 new Bugs
bug in boost_asio/example/cpp03/http/server3/server.cpp
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | Boost 1.55.0 | Component: | asio |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
please help check the doc/html/boost_asio/example/cpp03/http/server3/server.cpp I think there is some bug in line 56 and line 69. in line 56, "&boost::asio::io_service::run" is ambitious, because the there are two "run()" function in class "io_service" in line 69, it seems the parameter type is not correct, I can not compile this line.
Note:
See TracTickets
for help on using tickets.
ambitious? Do you mean ambiguous?