adedov / libiqxmlrpc

Libiqxmlrpc is an implementation of the XML-RPC standard in C++.
Other
14 stars 9 forks source link

Fails to build with Boost 1.69.0 #7

Open jbeich opened 6 years ago

jbeich commented 6 years ago

After boostorg/system@2fa0a00583a3a7 build fails. See error log.

libiqxmlrpc/ssl_lib.cc:33:29: error: expected class name
class LockContainer: boost::noncopyable {
                            ^
1 error generated.
adedov commented 6 years ago

Hi!

Thanks for reporting. Looks like I have no boost 1.69 in Brew. Can you create a PR with fix?

It seems that it should be enough to add <boost/core/noncopyable.hpp> into ssl_lib.cc

adedov commented 5 years ago

Hi, I gladly accept PR-s. Thanks

RadekSimkanic commented 4 years ago

Hi, I have similar problem with Boost 1.7.0 I get following error during build:

libiqxmlrpc/libiqxmlrpc/ssl_lib.cc:33:41: error: expected class-name before ‘{’ token
 class LockContainer: boost::noncopyable {
                                         ^