Skip to content

Fix error building graph resources w/ modern clang...

David Thompson requested to merge dcthomp/smtk:fix-clang-noexcept into master

All classes that inherit Resource must provide a move constructor that does not throw exceptions (i.e., is marked with noexcept) or clang will complain error: exception specification of explicitly defaulted move constructor does not match the calculated one.

Merge request reports