#if !defined( INCLUDED_STRING_STRINGFWD_H ) #define INCLUDED_STRING_STRINGFWD_H // forward-declaration of CopiedString template class DefaultAllocator; template class CopiedBuffer; template class String; typedef String< CopiedBuffer< DefaultAllocator > > CopiedString; #endif