mirror of https://github.com/CGAL/cgal
remove c++11
This commit is contained in:
parent
22b7722ab7
commit
0bda2dd231
|
|
@ -27,7 +27,7 @@ int main()
|
|||
|
||||
cdtp.remove_constraint(handle1,handle3);
|
||||
|
||||
auto lastConstraintId = cdtp.insert_constraint(handle1,handle3);
|
||||
Constraint_id lastConstraintId = cdtp.insert_constraint(handle1,handle3);
|
||||
|
||||
if (lastConstraintId == Constraint_id()){
|
||||
std::cout << "problem" << std::endl;
|
||||
|
|
|
|||
Loading…
Reference in New Issue