2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Improve pch support.

Move configuration tests to their own directory so they're only run when required.

[SVN r49442]
This commit is contained in:
John Maddock
2008-10-23 12:24:45 +00:00
parent 87b93dab9f
commit eb9b7a8839
59 changed files with 221 additions and 90 deletions

View File

@@ -8,6 +8,8 @@
// test_triangular.cpp
#include <pch.hpp>
#ifdef _MSC_VER
# pragma warning(disable: 4127) // conditional expression is constant.
# pragma warning(disable: 4305) // truncation from 'long double' to 'float'