GitHub user etengabeko opened a pull request:
https://github.com/apache/qpid-cpp/pull/11
Fix build on Windows
Expression PODMutex m = QPID_MUTEX_INITIALIZER not compiled by Visual
Studio with error:
error C2440: 'initializing' : cannot convert from 'int' to
'qpid::sys::PODMutex'
Add implicit initializing for type PODMutex.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/etengabeko/qpid-cpp master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-cpp/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit ecf2b61f6faf7bde4b3c0d25d85b7d9951e7d708
Author: aleks.andr <pk.al@...>
Date: 2018-02-21T11:07:43Z
Fix build expression: PODMutex m = QPID_MUTEX_INITIALIZER; on Windows
Expression PODMutex m = QPID_MUTEX_INITIALIZER not compiled by Visual
Studio with error:
error C2440: 'initializing' : cannot convert from 'int' to
'qpid::sys::PODMutex'
Add implicit initializing for type PODMutex.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]