#ifndef SPROUT_WEED_DETAIL_C_STR_AS_STRING_HPP #define SPROUT_WEED_DETAIL_C_STR_AS_STRING_HPP #include #include #include namespace sprout { namespace weed { namespace detail { template struct c_str_as_string; template struct c_str_as_string { public: typedef sprout::basic_string type; }; } // namespace detail } // namespace weed } // namespace sprout #endif // #ifndef SPROUT_WEED_DETAIL_C_STR_AS_STRING_HPP