forked from boostorg/unordered
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. [SVN r79358]