1234567891011121314151617181920212223242526 |
- #ifndef BOOST_MULTI_INDEX_IDENTITY_FWD_HPP
- #define BOOST_MULTI_INDEX_IDENTITY_FWD_HPP
- #if defined(_MSC_VER)
- #pragma once
- #endif
- namespace boost{
- namespace multi_index{
- template<class Type> struct identity;
- }
- }
- #endif
|