From: rnv Date: Tue, 12 Mar 2019 10:23:45 +0000 (+0300) Subject: [CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr... X-Git-Tag: V9_3_0b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=40f690a79746b1586b899324d2ded04426737c29 [CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr / shared_ptr --- 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(); }; /**