eloraiby / delaunay

Relatively Robust Divide and Conquer 2D Delaunay Construction Algorithm in $O(n \log n)$
GNU Affero General Public License v3.0
126 stars 34 forks source link

add c++11 support in qt project file #11

Closed Yannnnnnnnnnnn closed 6 years ago

Yannnnnnnnnnnn commented 6 years ago

add c++11 support in qt project file

eloraiby commented 6 years ago

Is that necessary ?

Yannnnnnnnnnnn commented 6 years ago

I failed to compile the project with out it.

Yannnnnnnnnnnn commented 6 years ago

I compile the code under Ubuntu16.04 with gcc5.4.0 and Qt5.5.1. I ran into an error like(from c++0x_warning.h): error This file requires compiler and library support for the ISO C++ 2011 Standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options