File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,7 @@ namespace xmlpp
16
16
*/
17
17
class KeepBlanks {
18
18
public:
19
- #if _MSC_VER == 1200 // detect MSVC 6.0
20
- static const bool Default;
21
- #else
22
19
static const bool Default = true ;
23
- #endif
24
20
25
21
public:
26
22
KeepBlanks (bool value) noexcept ;
Original file line number Diff line number Diff line change 7
7
#ifndef __LIBXMLPP_PARSER_H
8
8
#define __LIBXMLPP_PARSER_H
9
9
10
- #ifdef _MSC_VER // Ignore warnings about the Visual C++ Bug, where we can not do anything
11
- #pragma warning (disable : 4786)
12
- #endif
13
-
14
10
#include < libxml++/nodes/element.h>
15
11
#include < libxml++/exceptions/validity_error.h>
16
12
#include < libxml++/exceptions/internal_error.h>
Original file line number Diff line number Diff line change 8
8
#ifndef __LIBXMLPP_VALIDATOR_H
9
9
#define __LIBXMLPP_VALIDATOR_H
10
10
11
- #ifdef _MSC_VER // Ignore warnings about the Visual C++ Bug, where we can not do anything
12
- #pragma warning (disable : 4786)
13
- #endif
14
-
15
11
#include < libxml++/noncopyable.h>
16
12
#include < libxml++/exceptions/validity_error.h>
17
13
#include < libxml++/exceptions/internal_error.h>
You can’t perform that action at this time.
0 commit comments