mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 05:15:39 +02:00
Move Approx out of the Detail namespace
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
using Catch::Detail::Approx;
|
||||
using Catch::Approx;
|
||||
|
||||
namespace { namespace ApproxTests {
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#include <catch2/catch_approx.h>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
using Catch::Detail::Approx;
|
||||
using Catch::Approx;
|
||||
|
||||
#include <string>
|
||||
#include <limits>
|
||||
|
Reference in New Issue
Block a user