1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

Improved XMLNode::~XMLNode perfomance (#1075)

Improved XMLNode::~XMLNode perfomance (#1075)
This commit is contained in:
Lee Thomason
2026-05-23 16:13:32 -07:00
committed by GitHub
parent 3dcad8e3c3
commit 8d8472fe1a
2 changed files with 11 additions and 9 deletions
-8
View File
@@ -42,14 +42,6 @@ distribution.
#endif
#include <stdint.h>
/*
gcc:
g++ -Wall -DTINYXML2_DEBUG tinyxml2.cpp xmltest.cpp -o gccxmltest.exe
Formatting, Artistic Style:
AStyle.exe --style=1tbs --indent-switches --break-closing-brackets --indent-preprocessor tinyxml2.cpp tinyxml2.h
*/
#if defined( _DEBUG ) || defined (__DEBUG__)
# ifndef TINYXML2_DEBUG
# define TINYXML2_DEBUG