Documented how to manage static objects

This commit is contained in:
Mathieu Champlon 2015-10-09 22:38:37 +02:00
parent e41b75e525
commit 4f0431842f
7 changed files with 98 additions and 14 deletions

View file

@ -13,12 +13,12 @@
#include "object.hpp"
#include "reset.hpp"
#include "verify.hpp"
#include "cleanup.hpp"
#include "detail/functor.hpp"
#include "detail/function.hpp"
#include "detail/type_name.hpp"
#include "detail/signature.hpp"
#include "detail/parameter.hpp"
#include "detail/cleanup.hpp"
#include <boost/preprocessor/repetition/repeat.hpp>
#include <boost/preprocessor/stringize.hpp>
#include <boost/utility/identity_type.hpp>