Changeset 79443

Timestamp:
Jul 12, 2012, 10:43:57 AM (10 years ago)
Author:
Daniel James
Message:

Unordered: Fix using a C++03 allocator with C++11 compiler.

Because the nodes had an implicit constructor, the has_construct trait was
detecting that the nodes could be constructed by construction then copy, which
really wasn't wanted. Also add a check that nodes aren't been copy constructed
to make sure this doesn't happen again.

(No files)

Note: See TracChangeset for help on using the changeset viewer.