Fix compilation with Clang.

Authored by mwolff on Dec 17 2013, 6:42 PM.

Description

Fix compilation with Clang.

a) we need <utility> for std::move.
b) we need noexcept also in the .cpp implementation. This is then
also a bug in the implementation-helper which did not copy that over.

Details

Committed
mwolffDec 17 2013, 7:07 PM
Parents
R32:a6f48911b126: Cleanup code.
Branches
Unknown
Tags
Unknown