Changeset 1055 for XmlTools2/trunk/libs/pugiconfig.hpp
- Timestamp:
- Oct 28, 2016, 11:05:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XmlTools2/trunk/libs/pugiconfig.hpp
r906 r1055 1 1 /** 2 * pugixml parser - version 1. 22 * pugixml parser - version 1.7 3 3 * -------------------------------------------------------- 4 * Copyright (C) 2006-201 2, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)4 * Copyright (C) 2006-2015, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) 5 5 * Report bugs and download new versions at http://pugixml.org/ 6 6 * … … 17 17 // Uncomment this to enable wchar_t mode 18 18 // #define PUGIXML_WCHAR_MODE 19 20 // Uncomment this to enable compact mode 21 // #define PUGIXML_COMPACT 19 22 20 23 // Uncomment this to disable XPath … … 33 36 // In absence of PUGIXML_CLASS/PUGIXML_FUNCTION definitions PUGIXML_API is used instead 34 37 35 // Uncomment this to switch to header-only version36 // #define PUGIXML_HEADER_ONLY37 // #include "pugixml.cpp"38 39 38 // Tune these constants to adjust memory-related behavior 40 39 // #define PUGIXML_MEMORY_PAGE_SIZE 32768 … … 42 41 // #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096 43 42 43 // Uncomment this to switch to header-only version 44 // #define PUGIXML_HEADER_ONLY 45 46 // Uncomment this to enable long long support 47 // #define PUGIXML_HAS_LONG_LONG 48 44 49 #endif 45 50 46 51 /** 47 * Copyright (c) 2006-201 2Arseny Kapoulkine52 * Copyright (c) 2006-2015 Arseny Kapoulkine 48 53 * 49 54 * Permission is hereby granted, free of charge, to any person
Note:
See TracChangeset
for help on using the changeset viewer.