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