Changeset 672 for trunk/boost/property_tree/detail/ptree_implementation.hpp
- Timestamp:
- 03/24/08 09:03:05 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/boost/property_tree/detail/ptree_implementation.hpp
r603 r672 18 18 #include <functional> // for std::less 19 19 #include <memory> // for std::auto_ptr 20 #include <typeinfo> 20 21 #include <boost/assert.hpp> 21 22 #include <boost/static_assert.hpp>
