]> git.lyx.org Git - lyx.git/blob - src/stl_string_fwd.h
reintrodoce operator<< fix
[lyx.git] / src / stl_string_fwd.h
1 // -*- C++ -*-
2 /* This file is part of
3  * ======================================================
4  * 
5  *           LyX, The Document Processor
6  *       
7  *          Copyright 1995 Matthias Ettrich
8  *          Copyright 1995-2000 The LyX Team.
9  *
10  * ====================================================== */
11
12 #ifndef LYX_STL_STRING_FWD_H
13 #define LYX_STL_STRING_FWD_H
14
15
16 #ifndef USE_INCLUDED_STRING
17 //   include the real stl_string_fwd.h
18 #  include STL_STRING_FWD_H_LOCATION
19 #else
20 // Hide the forward declaration of string by SGI's STL > 3.13.
21 // We have to provide the declaration of__get_c_string() ourselves
22 // since SGI expects it to exist and we're blocking their string declarations
23 // as best we can.
24 // Note that a declaration for string is still required so we have to
25 // provide one via LString.h.   ARRae.
26 #  include "LString.h"
27 #  define __SGI_STL_STRING_FWD_H
28    static char const * __get_c_string(string const &);
29 #endif // USE_INCLUDED_STRING
30
31 #endif // LYX_STL_STRING_FWD_H