Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-07-08 01:03:52 +0400
committerHoward Hinnant <hhinnant@apple.com>2011-07-08 01:03:52 +0400
commit11af28bdbdff9132d225014ce4964b1bc56370cf (patch)
tree696c1c64c9c004cd2d0aefde14133e9b53d5c7aa /libcxx/include/future
parentbe652e6a24069949e5a1fa06e7c68c5550fc23c3 (diff)
Fixing up some ABI issues
llvm-svn: 134639
Diffstat (limited to 'libcxx/include/future')
-rw-r--r--libcxx/include/future2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/future b/libcxx/include/future
index 48b84cfcb328..9f3780bc7110 100644
--- a/libcxx/include/future
+++ b/libcxx/include/future
@@ -452,6 +452,8 @@ public:
_LIBCPP_INLINE_VISIBILITY
const error_code& code() const throw() {return __ec_;}
+
+ virtual ~future_error() _NOEXCEPT;
};
class __assoc_sub_state