mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
[CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr / shared_ptr
This commit is contained in:
parent
0b4f557c95
commit
40f690a797
@ -33,8 +33,7 @@
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
|
||||
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();
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user