diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-08-08 15:21:50 -0400 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-21 18:07:05 +0200 |
commit | 47c78c296607293e6a63998da83424d9eecc43e5 (patch) | |
tree | fe3f37397310af970959d92a27d5a0485a071168 | |
parent | 55911710f51f2b94dcb53c15db46ae73e6b7d95f (diff) |
libc-compat: add new symbol that's now needed
Rebased-From: 565e569
-rw-r--r-- | src/compat/glibcxx_compat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compat/glibcxx_compat.cpp b/src/compat/glibcxx_compat.cpp index e91376f818..3795151fb7 100644 --- a/src/compat/glibcxx_compat.cpp +++ b/src/compat/glibcxx_compat.cpp @@ -58,6 +58,8 @@ template istream& istream::_M_extract(unsigned short&); out_of_range::~out_of_range() _GLIBCXX_USE_NOEXCEPT { } +length_error::~length_error() _GLIBCXX_USE_NOEXCEPT { } + // Used with permission. // See: https://github.com/madlib/madlib/commit/c3db418c0d34d6813608f2137fef1012ce03043d |