Opened 10 years ago
Closed 10 years ago
#7562 closed Bugs (fixed)
Old documentation for reading socket options
| Reported by: | anonymous | Owned by: | chris_kohlhoff |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | asio |
| Version: | Boost 1.51.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
When reading the documentation for the get_option() method the example shows the options .get() member function. However this function seems to have been replaces with .value().
In the documentation for the option the code example has already been fixed and uses .value().
Note:
See TracTickets
for help on using tickets.

(In [82290]) Merge from trunk: