From b6b1f969bcf0fe0b3551f01b90d41fab99372a99 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 7 Jan 2019 11:06:14 +0100 Subject: cv/numeric: rename namespace --- cv/affine.hpp | 2 +- cv/numeric.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cv') diff --git a/cv/affine.hpp b/cv/affine.hpp index 5d344138..882a1145 100644 --- a/cv/affine.hpp +++ b/cv/affine.hpp @@ -12,7 +12,7 @@ namespace affine_impl { -using namespace types; +using namespace numeric_types; class Affine final { diff --git a/cv/numeric.hpp b/cv/numeric.hpp index ee24331f..87fe7a69 100644 --- a/cv/numeric.hpp +++ b/cv/numeric.hpp @@ -3,7 +3,7 @@ #include #include -namespace types { +namespace numeric_types { using f = float; static_assert(std::is_floating_point_v); -- cgit v1.2.3