Skip to content

Use C++11 '= delete' instead of CM_EQ_DELETE

Brad King requested to merge brad.king/cmake:cxx11-eq-delete into master

We now require C++11 support including = delete. Drop use of the old compatibility macro.

Merge request reports