mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Move Approx out of the Detail namespace
This commit is contained in:
@@ -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