remove constexpr workaround as minimum req. is now Nov 2013 CTP

This commit is contained in:
Dennis Luxen 2014-06-27 10:32:17 +02:00
parent 1de736019d
commit a5e99a95a3

View File

@ -35,7 +35,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
// #define constexpr const static
#endif
typedef unsigned int NodeID;