00001 #ifndef NMWR_GB_STRING_FORWARD_H 00002 #define NMWR_GB_STRING_FORWARD_H 00003 00004 00005 // $LICENSE 00006 00007 00008 #include "Config/compiler-config.h" 00009 00010 /* 00011 template<class T> class allocator; 00012 template<class charT> struct char_traits; 00013 template <> struct char_traits<char>; 00014 00015 00016 template<class charT, class traits, class Allocator> 00017 class basic_string; 00018 00019 typedef basic_string<char, char_traits<char>, allocator<char> > string; 00020 */ 00021 00022 #include <string> 00023 00024 #endif