Skip to content

Commit

Permalink
Merge pull request #285 from SilverPlate3/BOOT_CLASS_EXPORT__Issue222
Browse files Browse the repository at this point in the history
Change BOOT_CLASS_EXPORT to BOOST_CLASS_EXPORT
  • Loading branch information
robertramey authored Aug 23, 2023
2 parents ae69bf4 + 2aabad7 commit 2cda20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/archive_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h3><a name="usage">Usage</a></h3>
<ul>
<li>Instances of a derived class are serialized through a base class pointer.
<li>Such instances are not "registered" neither implicitly nor explicitly. That
is, the macro <code style="white-space: normal">BOOT_CLASS_EXPORT</code> is used
is, the macro <code style="white-space: normal">BOOST_CLASS_EXPORT</code> is used
to instantiate the serialization code for the included archives.
</ul>

Expand Down

0 comments on commit 2cda20b

Please sign in to comment.