std lib is in std:: namespace only and array definition is not possible with an enum

This commit is contained in:
Jerome Martinez
2012-10-19 11:30:33 +02:00
parent 1aa8fc4a1e
commit 7fbefab95d
2 changed files with 11 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ distribution.
#endif
using namespace tinyxml2;
using namespace std;
static const char LINE_FEED = (char)0x0a; // all line endings are normalized to LF
static const char LF = LINE_FEED;