#ifndef _STRING_EX_H_ #define _STRING_EX_H_ #include "ansi_string.hpp" typedef string::AnsiString String; #endif