summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-13 05:29:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-13 05:29:17 +0200
commit6e9a647a859d9a95c96e75c77beaf41b166cc4e4 (patch)
treedaa5db998693011fe85a44d239d981afb5867d79 /libxsd/xsd/cxx/xml
parentb24970652f82ed60e3abb825e903beb506cfe814 (diff)
More VC 7.1 cleanups
Diffstat (limited to 'libxsd/xsd/cxx/xml')
-rw-r--r--libxsd/xsd/cxx/xml/dom/serialization-source.hxx4
-rw-r--r--libxsd/xsd/cxx/xml/string.hxx6
2 files changed, 5 insertions, 5 deletions
diff --git a/libxsd/xsd/cxx/xml/dom/serialization-source.hxx b/libxsd/xsd/cxx/xml/dom/serialization-source.hxx
index a03f0c8..ce81f2a 100644
--- a/libxsd/xsd/cxx/xml/dom/serialization-source.hxx
+++ b/libxsd/xsd/cxx/xml/dom/serialization-source.hxx
@@ -103,8 +103,8 @@ namespace xsd
public:
// I know, some of those consts are stupid. But that's what
- // Xerces folks put into their interfaces and VC-7.1 thinks
- // there are different signatures if one strips this fluff off.
+ // Xerces folks put into their interfaces and VC thinks there
+ // are different signatures if one strips this fluff off.
//
virtual void
writeChars (const XMLByte* const buf,
diff --git a/libxsd/xsd/cxx/xml/string.hxx b/libxsd/xsd/cxx/xml/string.hxx
index 6372a5c..f1a907c 100644
--- a/libxsd/xsd/cxx/xml/string.hxx
+++ b/libxsd/xsd/cxx/xml/string.hxx
@@ -31,9 +31,9 @@ namespace xsd
transcode (const XMLCh* s, std::size_t length);
- // For VC7.1 wchar_t and XMLCh are the same type so we cannot
- // overload the transcode name. You should not use these functions
- // anyway and instead use the xml::string class below.
+ // For VC wchar_t and XMLCh are the same type so we cannot overload
+ // the transcode name. You should not use these functions anyway and
+ // instead use the xml::string class below.
//
template <typename C>
XMLCh*