summaryrefslogtreecommitdiff
path: root/misc/uClibc++/include/uClibc++/exception
diff options
context:
space:
mode:
Diffstat (limited to 'misc/uClibc++/include/uClibc++/exception')
-rw-r--r--misc/uClibc++/include/uClibc++/exception4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/uClibc++/include/uClibc++/exception b/misc/uClibc++/include/uClibc++/exception
index 6d91207b8..23b7e0caa 100644
--- a/misc/uClibc++/include/uClibc++/exception
+++ b/misc/uClibc++/include/uClibc++/exception
@@ -106,7 +106,7 @@ namespace std
/** The runtime will call this function if an %exception is thrown which
* violates the function's %exception specification.
*/
-
+
void unexpected() noreturn_function;
/** [18.6.4]/1: "Returns true after completing evaluation of a
@@ -119,7 +119,7 @@ namespace std
* 2: "When @c uncaught_exception() is true, throwing an %exception can
* result in a call of @c terminate() (15.5.1)."
*/
-
+
bool uncaught_exception() throw();
} // namespace std