Skip to content

CachedValue : Add noexcept to move operations

Following similar changes to :

Make move operation noexcept

https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c66-make-move-operations-noexcept (defaulting does it automatically if possible, but needs the member moves to be noexcept , so this is for classes having cacheValue members).

Edited by Christos Anastopoulos

Merge request reports