mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-26 19:12:08 +00:00
merge trunk to release
[SVN r86727]
This commit is contained in:
@@ -43,11 +43,12 @@ basic_serializer_map::type_info_pointer_compare::operator()(
|
||||
BOOST_ARCHIVE_DECL(bool)
|
||||
basic_serializer_map::insert(const basic_serializer * bs){
|
||||
// attempt to insert serializer into it's map
|
||||
const std::pair<map_type::iterator, bool> result =
|
||||
m_map.insert(bs);
|
||||
// the following is commented out - rather than being just
|
||||
// deleted as a reminder not to try this.
|
||||
|
||||
// const std::pair<map_type::iterator, bool> result =
|
||||
m_map.insert(bs);
|
||||
|
||||
// At first it seemed like a good idea. It enforced the
|
||||
// idea that a type be exported from at most one code module
|
||||
// (DLL or mainline). This would enforce a "one definition rule"
|
||||
|
||||
Reference in New Issue
Block a user