2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-10 23:42:22 +00:00

Merged recent changes from trunk.

[SVN r85657]
This commit is contained in:
Andrey Semashev
2013-09-12 17:17:07 +00:00
parent 38432e1788
commit 313a5b69cd
119 changed files with 528 additions and 724 deletions

View File

@@ -20,9 +20,9 @@
#include <algorithm>
#include <boost/cstdint.hpp>
#include <boost/assert.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/smart_ptr/weak_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <boost/smart_ptr/make_shared_object.hpp>
#include <boost/range/iterator_range_core.hpp>
#include <boost/move/core.hpp>
#include <boost/move/utility.hpp>