mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-12-14 07:36:19 +00:00
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