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/src/Ice/Network.cpp | |
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/src/Ice/Network.cpp')
-rwxr-xr-x | cpp/src/Ice/Network.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp index 4d99ae515d8..e9ddd8b1f5e 100755 --- a/cpp/src/Ice/Network.cpp +++ b/cpp/src/Ice/Network.cpp @@ -917,7 +917,7 @@ IceInternal::NativeInfo::queueAction(SocketOperation op, IAsyncAction^ action, b [=] (IAsyncAction^ info, Windows::Foundation::AsyncStatus status) { // - // COMPILERFIX with VC141 using operator!= and operator== inside + // COMPILERFIX with v141 using operator!= and operator== inside // a lambda callback triggers a compiler bug, we move the code to // a seperate private method to workaround the issue. // @@ -969,7 +969,7 @@ IceInternal::NativeInfo::queueOperation(SocketOperation op, IAsyncOperation<unsi [=] (IAsyncOperation<unsigned int>^ operation, Windows::Foundation::AsyncStatus status) { // - // COMPILERFIX with VC141 using operator!= and operator== inside + // COMPILERFIX with v141 using operator!= and operator== inside // a lambda callback triggers a compiler bug, we move the code to // a seperate private method to workaround the issue. // |