]> git.pld-linux.org Git - packages/STLport4.git/blob - STLport4-4.5.3-gcc3stdexcept.patch
- tabs in preamble
[packages/STLport4.git] / STLport4-4.5.3-gcc3stdexcept.patch
1 --- STLport-4.5.3/stlport/stdexcept.gcc3stlport Tue May 22 02:50:22 2001
2 +++ STLport-4.5.3/stlport/stdexcept     Tue Feb 19 16:02:43 2002
3 @@ -49,6 +49,10 @@
4  
5  _STLP_BEGIN_NAMESPACE
6  
7 +#if (__GNUC__ >= 3)
8 +#define _STLP_NOTHROW_INHERENTLY throw()
9 +#endif
10 +
11  class _STLP_CLASS_DECLSPEC __Named_exception : public _STLP_EXCEPTION_BASE {
12  public:
13    __Named_exception(const string& __str) 
This page took 0.064394 seconds and 3 git commands to generate.