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/UdpTransceiver.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/UdpTransceiver.cpp')
-rwxr-xr-x | cpp/src/Ice/UdpTransceiver.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp index a48c8b017e4..49f60a06f80 100755 --- a/cpp/src/Ice/UdpTransceiver.cpp +++ b/cpp/src/Ice/UdpTransceiver.cpp @@ -377,7 +377,7 @@ IceInternal::UdpTransceiver::startWrite(Buffer& buf) [this] (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. // @@ -399,7 +399,7 @@ IceInternal::UdpTransceiver::startWrite(Buffer& buf) [=](IAsyncOperation<IOutputStream^>^ 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. // @@ -432,7 +432,7 @@ IceInternal::UdpTransceiver::startWrite(Buffer& buf) [=, &buf](concurrency::task<IOutputStream^> task) { // - // 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. // |