Opened 10 years ago
Closed 9 years ago
#7952 closed Bugs (fixed)
move: incorrect example
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | move |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
One of the examples of the documentation of Boost.Move reads:
~file_descriptor() //Destructor { if(!os_descr_) operating_system_close_file(os_descr_); }
Obviously the if is wrong. I have fixed twice this bug in the attached patch, and made some other minor editing to improve the result. I also chose to use the "empty()" function which makes the code somewhat clearer too.
Cheers!
Attachments (2)
Note:
See TracTickets
for help on using tickets.
Doc fixing patch