Skip to content
Snippets Groups Projects
Commit c2d18e20 authored by Markus Blatt's avatar Markus Blatt
Browse files

Activating test for variadic templates, as debugallocator uses

variadic templates if available. 

This breaks building of the test of debug allocator as it uses std::forward.

[[Imported from SVN: r7453]]
parent ae0bbee3
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
AC_REQUIRE([STATIC_ASSERT_CHECK])
AC_REQUIRE([NULLPTR_CHECK])
AC_REQUIRE([SHARED_PTR])
AC_REQUIRE([VARIADIC_TEMPLATES_CHECK])
AC_REQUIRE([DUNE_BOOST_BASE])
AC_REQUIRE([MAKE_SHARED])
AC_REQUIRE([DUNE_LINKCXX])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment