| 1 | // Copyright (C) 2005 Arkadiy Vertleyb, Peder Holt. |
| 2 | // Use, modification and distribution is subject to the Boost Software |
| 3 | // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt) |
| 4 | |
| 5 | #ifndef BOOST_TYPEOF_STD_string_hpp_INCLUDED |
| 6 | #define BOOST_TYPEOF_STD_string_hpp_INCLUDED |
| 7 | |
| 8 | // This header is no longer useful and is only retained for compatibility |
| 9 | |
| 10 | #include <string> |
| 11 | #include <boost/typeof/typeof.hpp> |
| 12 | #include <boost/typeof/std/memory.hpp> |
| 13 | |
| 14 | #endif//BOOST_TYPEOF_STD_string_hpp_INCLUDED |
| 15 | |