[mlpack-git] master: Add a few more required C++11 features. (c0d0563)

gitdub at mlpack.org gitdub at mlpack.org
Sun Jun 5 15:49:38 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/1dc68833e22ba1bbd5b738f5855bcfdfed310ab1...c0d0563bc665ba40c0575a053d05d86f9259f06a

>---------------------------------------------------------------

commit c0d0563bc665ba40c0575a053d05d86f9259f06a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sun Jun 5 15:49:38 2016 -0400

    Add a few more required C++11 features.


>---------------------------------------------------------------

c0d0563bc665ba40c0575a053d05d86f9259f06a
 CMake/NewCXX11.cmake | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMake/NewCXX11.cmake b/CMake/NewCXX11.cmake
index 0934606..ba90af2 100644
--- a/CMake/NewCXX11.cmake
+++ b/CMake/NewCXX11.cmake
@@ -11,4 +11,7 @@ target_compile_features(mlpack PUBLIC
     cxx_static_assert
     cxx_template_template_parameters
     cxx_delegating_constructors
+    cxx_variadic_templates
+    cxx_nullptr
+    cxx_noexcept
 )




More information about the mlpack-git mailing list