#ifndef cathlibcpp_stringfwd_H
#define cathlibcpp_stringfwd_H

// File:       stringfwd.h
// Author:     (c) Miles Sabin, 1997
// Purpose:    equivalent of iosfwd for string


#ifndef cathlibcpp_config_H
#include "config.h"
#endif


class basic_string_char;
typedef basic_string_char string;

#endif
