1234567891011121314151617181920212223242526 |
- #ifndef BOOST_FLYWEIGHT_SIMPLE_LOCKING_FWD_HPP
- #define BOOST_FLYWEIGHT_SIMPLE_LOCKING_FWD_HPP
- #if defined(_MSC_VER)
- #pragma once
- #endif
- namespace boost{
- namespace flyweights{
- struct simple_locking;
- }
- }
- #endif
|