I need to compile boost on my windows 64bit machine with mingw-w64. I tried linking to precompiled boost_filesystem-vc100-mt and boost_system-vc100-mt from http://boost.teeks99.com/, boost_1_46_1-vc64
Some history: I originally wanted to use boost for ASIO, but then found that ASIO won\'t work with VC++ 6.0 (which is a requirement).While incorporating boost, I found use for Multi_Index_Container an
I am new to boost. I am trying to implement boost::unorder_set. Here is the code: struct point { int x;
I\'m using boost::serialize to serialize a document wherein I use f.i. a juce::String. Like so: template<class Archive>
Server::Server(boost::asio::io_service& io_service,std::string ip,short port,std::shared_ptr<ConnectionFactory> factory)
I\'m trying to learn Boost Spirit and as an exercise, I\'ve tried to parse a SQL INSERT statement using Boost Spirit Classic.
I\'ve got a C++ class, with a member function that can take a small-to-large number of parameters.Lets name those parameters, a-f.All parameters have default values.As a part of the python project I a
Couple of questions on boost::swap. Please refer to the code below which is basically a cut-paste from boost/swap.hpp. I am referring to library version 1.43.0.
I\'ve got this exception that happens on the server side (multi process server with fork()) when I try to reconnect a client straight after a disconnection.I\'m using boost, but at now I don\'t unders
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing