We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3324d04 commit 111f462Copy full SHA for 111f462
1 file changed
tinyxml2.h
@@ -42,14 +42,6 @@ distribution.
42
#endif
43
#include <stdint.h>
44
45
-/*
46
- gcc:
47
- g++ -Wall -DTINYXML2_DEBUG tinyxml2.cpp xmltest.cpp -o gccxmltest.exe
48
-
49
- Formatting, Artistic Style:
50
- AStyle.exe --style=1tbs --indent-switches --break-closing-brackets --indent-preprocessor tinyxml2.cpp tinyxml2.h
51
-*/
52
53
#if defined( _DEBUG ) || defined (__DEBUG__)
54
# ifndef TINYXML2_DEBUG
55
# define TINYXML2_DEBUG
0 commit comments