Opened 7 years ago
Closed 7 years ago
#11592 closed Bugs (fixed)
typo in the serialisation documentation
| Reported by: | Owned by: | Robert Ramey | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | serialization | 
| Version: | Boost 1.59.0 | Severity: | Cosmetic | 
| Keywords: | documentation serialization | Cc: | 
Description
in the example of registration i believe: static_cast<derived *>=NULL), should be: static_cast<derived *>(NULL),
Change History (3)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
It is in the documentation here:
http://www.boost.org/doc/libs/1_59_0/libs/serialization/doc/serialization.html
I am not sure how the documentation is being rendered...
  Note:
 See   TracTickets
 for help on using tickets.
    
which file exactly?