#ifndef _STRING_CAST_H_ #define _STRING_CAST_H_ template Target string_cast(const Source&); template Target string_cast(const Source*); #endif