aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/exception_ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/libsupc++/exception_ptr.h')
-rw-r--r--libstdc++-v3/libsupc++/exception_ptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/exception_ptr.h b/libstdc++-v3/libsupc++/exception_ptr.h
index fd9ceec..b011810 100644
--- a/libstdc++-v3/libsupc++/exception_ptr.h
+++ b/libstdc++-v3/libsupc++/exception_ptr.h
@@ -280,7 +280,7 @@ namespace std _GLIBCXX_VISIBILITY(default)
// instead of a working one compiled with RTTI and/or exceptions enabled.
template<typename _Ex>
__attribute__ ((__always_inline__))
- exception_ptr
+ inline exception_ptr
make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT
{ return exception_ptr(); }
#endif