[CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr / shared_ptr

This commit is contained in:
rnv 2019-03-12 13:23:45 +03:00
parent 0b4f557c95
commit 40f690a797

View File

@ -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();
};
/**