summaryrefslogtreecommitdiffstats
path: root/8/sources/cxx-stl/stlport/stlport/stl/_exception.h
diff options
context:
space:
mode:
Diffstat (limited to '8/sources/cxx-stl/stlport/stlport/stl/_exception.h')
-rw-r--r--8/sources/cxx-stl/stlport/stlport/stl/_exception.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/8/sources/cxx-stl/stlport/stlport/stl/_exception.h b/8/sources/cxx-stl/stlport/stlport/stl/_exception.h
index a0bf4ad..1dd7127 100644
--- a/8/sources/cxx-stl/stlport/stlport/stl/_exception.h
+++ b/8/sources/cxx-stl/stlport/stlport/stl/_exception.h
@@ -185,8 +185,11 @@ public:
# endif
};
+#ifdef _STLP_USE_EXCEPTIONS
// forward declaration
class __Named_exception;
+#endif
+
_STLP_END_NAMESPACE
#endif