Avoid constexpr by #ifdef (not supported in MSVC18)

This commit is contained in:
Alexei Kasatkin
2014-05-23 21:49:14 +06:00
committed by alex85k
parent 0209272831
commit 75303c95f8
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef TRIGONOMETRY_TABLES_H
#define TRIGONOMETRY_TABLES_H
#include "../typedefs.h"
#include <cmath>
#include <limits>