]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- bleh, one more patch moved to HEAD
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Oct 2002 09:18:56 +0000 (09:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-4.5.3-gcc3stdexcept.patch -> 1.2

STLport-4.5.3-gcc3stdexcept.patch [new file with mode: 0644]

diff --git a/STLport-4.5.3-gcc3stdexcept.patch b/STLport-4.5.3-gcc3stdexcept.patch
new file mode 100644 (file)
index 0000000..68a0144
--- /dev/null
@@ -0,0 +1,13 @@
+--- STLport-4.5.3/stlport/stdexcept.gcc3stlport        Tue May 22 02:50:22 2001
++++ STLport-4.5.3/stlport/stdexcept    Tue Feb 19 16:02:43 2002
+@@ -49,6 +49,10 @@
+ _STLP_BEGIN_NAMESPACE
++#if (__GNUC__ >= 3)
++#define _STLP_NOTHROW_INHERENTLY throw()
++#endif
++
+ class _STLP_CLASS_DECLSPEC __Named_exception : public _STLP_EXCEPTION_BASE {
+ public:
+   __Named_exception(const string& __str) 
This page took 0.06432 seconds and 4 git commands to generate.