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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user