Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost

Does it make sense to avoid std::wstring data members in a C++ exception class on modern PC's?

How to cast to it boost::bind(&myClass::fun, this, _1, _2, _3) to typedef void (*fun)(arg1, arg2, arg3)?

c++ boost boost-bind c++03

boost::deadline_timer can fail when system clock is modified

c++ boost timer boost-asio clock

I'm trying to nest boost's "map_list_of" in C++03, but apparently construction is ambiguous?

c++ boost c++03

Extract subset from boost dynamic_bitset

c++ boost

Qt using boost::shared_ptr in a signal/slot

c++ qt boost

What is the best way to create a specialization-only function template?

boost::property_tree::json_parser and two-byte wide characters

Do we need multiple io_service per thread for threaded boost::asio server with a single acceptor

What does "(?x::" mean in a Boost regex replacement, where "x" is a number?

regex boost sublimetext2

How do I strongly typedef non-primitive types?

c++ c++11 boost types typedef

Boost logger append to file

c++ boost

How to manually create a boost ptree with XML attributes?

Difference between boost::ref and regular references

c++ boost reference

How to make boost::make_shared a friend of my class

SWIG, boost shared pointers and inheritance

c++ python boost swig shared-ptr

how to traverse a boost::multi_array

When using boost::thread::interrupt(), do you *need* to catch the thread_interrupted exception?

Which is faster on Visual C++ 2010 - std::shared_ptr or boost::shared_ptr?

boost::asio::io_service - why use post function?

c++ boost