Opened 7 years ago

Closed 7 years ago

#11592 closed Bugs (fixed)

typo in the serialisation documentation

Reported by: mstarzycki@… 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 Robert Ramey, 7 years ago

which file exactly?

comment:2 by anonymous, 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...

comment:3 by Robert Ramey, 7 years ago

Resolution: fixed
Status: newclosed

OK - fixed

Note: See TracTickets for help on using tickets.