Changeset 79358

Timestamp:
Jul 8, 2012, 11:55: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 traits 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. Refs #7100.

(No files)

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