2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-26 04:42:22 +00:00

Add BOOST_PREVENT_MACRO_SUBSTITUTION

This commit is contained in:
Matt Borland
2023-03-20 17:03:47 -07:00
parent 5a50ec7868
commit b1a95fa2c1
5 changed files with 11 additions and 9 deletions

View File

@@ -7,9 +7,11 @@
// See: https://godbolt.org/z/Ev4ManrsW
#include <boost/math/special_functions/round.hpp>
#include <boost/math/special_functions/next.hpp>
#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <cstdint>
#include <cmath>
template <typename Real>
void test_llround_near_boundary()