Reverting std lib is in std:: namespace and using .h versions instead

This commit is contained in:
Jerome Martinez
2013-01-06 12:20:04 +01:00
parent a6412ac2d5
commit 242c3eaa33
2 changed files with 10 additions and 12 deletions

View File

@@ -30,8 +30,6 @@ distribution.
# include <cstddef>
#endif
using namespace std;
static const char LINE_FEED = (char)0x0a; // all line endings are normalized to LF
static const char LF = LINE_FEED;
static const char CARRIAGE_RETURN = (char)0x0d; // CR gets filtered out