/*============================================================================= Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #ifndef SPROUT_WEED_DETAIL_C_STR_AS_STRING_HPP #define SPROUT_WEED_DETAIL_C_STR_AS_STRING_HPP #include #include #include #include #include namespace sprout { namespace weed { namespace detail { template struct c_str_as_string : public sprout::identity {}; template struct c_str_as_string : public sprout::weed::detail::c_str_as_string {}; template struct c_str_as_string : public sprout::weed::detail::c_str_as_string {}; template struct c_str_as_string : public sprout::weed::detail::c_str_as_string {}; template struct c_str_as_string : public sprout::identity > {}; template struct c_str_as_string : public sprout::identity > {}; template struct c_str_as_string : public sprout::identity > {}; template struct c_str_as_string : public sprout::identity > {}; } // namespace detail } // namespace weed } // namespace sprout #endif // #ifndef SPROUT_WEED_DETAIL_C_STR_AS_STRING_HPP