Reverting std lib is in std:: namespace and using .h versions instead
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user