12345678910111213141516171819202122 |
- #ifndef BOOST_FLYWEIGHT_HPP
- #define BOOST_FLYWEIGHT_HPP
- #if defined(_MSC_VER)
- #pragma once
- #endif
- #include <boost/flyweight/flyweight.hpp>
- #include <boost/flyweight/hashed_factory.hpp>
- #include <boost/flyweight/refcounted.hpp>
- #include <boost/flyweight/simple_locking.hpp>
- #include <boost/flyweight/static_holder.hpp>
- #endif
|