diff --git a/STL_Extension/test/STL_Extension/test_Compact_container.cpp b/STL_Extension/test/STL_Extension/test_Compact_container.cpp index 4fc872496cc..e247bbd3030 100644 --- a/STL_Extension/test/STL_Extension/test_Compact_container.cpp +++ b/STL_Extension/test/STL_Extension/test_Compact_container.cpp @@ -249,7 +249,7 @@ int main() typedef CGAL::Compact_container > C4; + CGAL::Time_stamper > C4; // with timestamps typedef Node_2 T3; @@ -261,22 +261,22 @@ int main() C4 c4; test(c4); // Check the time stamper policies - if(! boost::is_base_of, + if(! boost::is_base_of, C1::Time_stamper_impl>::value) { std::cerr << "Error timestamper of C1\n"; return 1; } - if(! boost::is_base_of, + if(! boost::is_base_of, C2::Time_stamper_impl>::value) { std::cerr << "Error timestamper of C2\n"; return 1; } - if(! boost::is_base_of, + if(! boost::is_base_of, C3::Time_stamper_impl>::value) { std::cerr << "Error timestamper of C3\n"; return 1; } - if(! boost::is_base_of, + if(! boost::is_base_of, C4::Time_stamper_impl>::value) { std::cerr << "Error timestamper of C4\n"; return 1;