From 40f690a79746b1586b899324d2ded04426737c29 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 12 Mar 2019 13:23:45 +0300 Subject: [PATCH] [CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr / shared_ptr --- src/DriverUNV/UNV_Utilities.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/DriverUNV/UNV_Utilities.hxx b/src/DriverUNV/UNV_Utilities.hxx index db3659f6b..e41ff1ba3 100644 --- a/src/DriverUNV/UNV_Utilities.hxx +++ b/src/DriverUNV/UNV_Utilities.hxx @@ -33,8 +33,7 @@ #include #include -namespace UNV{ - using namespace std; +namespace UNV { const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n" @@ -44,7 +43,7 @@ namespace UNV{ PrefixPrinter(); ~PrefixPrinter(); - static string GetPrefix(); + static std::string GetPrefix(); }; /** -- 2.30.2