diff options
author | Bernard Normier <bernard@zeroc.com> | 2018-11-09 11:50:02 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2018-11-09 11:50:02 -0500 |
commit | 6bf3370eeb8cb8bbe0de3b10cd15345816e0a421 (patch) | |
tree | 5ab6a4787858d61c9f557d0244f6c89cf0e115fa /cpp/include | |
parent | Upgrade gradle version checks for Java 11 (diff) | |
download | ice-6bf3370eeb8cb8bbe0de3b10cd15345816e0a421.tar.bz2 ice-6bf3370eeb8cb8bbe0de3b10cd15345816e0a421.tar.xz ice-6bf3370eeb8cb8bbe0de3b10cd15345816e0a421.zip |
Replaced VC1xx by v1xx for consistency
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/Ice/Incoming.h | 4 | ||||
-rw-r--r-- | cpp/include/Ice/Proxy.h | 2 | ||||
-rw-r--r-- | cpp/include/IceUtil/ScannerConfig.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cpp/include/Ice/Incoming.h b/cpp/include/Ice/Incoming.h index 24551646985..533cb56dbba 100644 --- a/cpp/include/Ice/Incoming.h +++ b/cpp/include/Ice/Incoming.h @@ -83,7 +83,7 @@ public: void exception(const std::string&, bool); #if defined(_MSC_VER) && (_MSC_VER == 1500) // - // COMPILERFIX VC90 get confused with overloads above + // COMPILERFIX v90 get confused with overloads above // when passing a const char* as first argument. // void exception(const char* msg, bool amd) @@ -107,7 +107,7 @@ protected: #if defined(_MSC_VER) && (_MSC_VER == 1500) // - // COMPILERFIX VC90 get confused with overloads above + // COMPILERFIX v90 get confused with overloads above // when passing a const char* as first argument. // void handleException(const char* msg, bool amd) diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index cea157c6863..a1d97e16df1 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -41,7 +41,7 @@ ICE_API extern const Context noExplicitContext; #if defined(_MSC_VER) && (_MSC_VER <= 1600) // -// COMPILERFIX VC90 and VC100 get confused with namespaces and complains that +// COMPILERFIX v90 and v100 get confused with namespaces and complains that // ::Ice::noExplicitContext isn't defined in IceProxy namespace. // namespace IceProxy diff --git a/cpp/include/IceUtil/ScannerConfig.h b/cpp/include/IceUtil/ScannerConfig.h index 5e65a39a8af..5e9d9291143 100644 --- a/cpp/include/IceUtil/ScannerConfig.h +++ b/cpp/include/IceUtil/ScannerConfig.h @@ -13,7 +13,7 @@ #include <IceUtil/Config.h> // Required by generated Scanners. // -// COMPILERFIX: VC compilers does not provide stdint.h header until VC100 +// COMPILERFIX: VC compilers does not provide stdint.h header until v100 // the header must be included before that macros for integral types // in flex generated Scanners are defined. // |