Opened 17 years ago

Closed 17 years ago

#553 closed Bugs (Fixed)

boost::archive tmpdir.hpp multiply defined symbol

Reported by: baxissimo Owned by: Robert Ramey
Milestone: Component: serialization
Version: None Severity:
Keywords: Cc:

Description

Revision 1.6 of boost/boost/boost/archive/tmpdir.hpp
just contains a plain function right there in the
header.  If it gets #included into multiple translation
units then it creates multiply defined symbols.

The simple solution is to declare it as 'inline'.


Change History (2)

comment:1 by Robert Ramey, 17 years ago

Logged In: YES 
user_id=396141

fixed in next release

comment:2 by Robert Ramey, 17 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.