diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-11 17:32:20 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-11 17:32:27 +0200 |
| commit | d17ce77fc178f16cfe63e9de6f5bcc445fabe1cb (patch) | |
| tree | a0e62968ec85a99ab368f14a374d06db7778d01e /src | |
| parent | Categorize rpc help overview (diff) | |
| parent | libc-compat: add new symbol that's now needed (diff) | |
| download | discoin-d17ce77fc178f16cfe63e9de6f5bcc445fabe1cb.tar.xz discoin-d17ce77fc178f16cfe63e9de6f5bcc445fabe1cb.zip | |
Merge pull request #4664
565e569 libc-compat: add new symbol that's now needed (Cory Fields)
8021cf8 build: fix FDELT_TYPE configure check (Cory Fields)
Diffstat (limited to 'src')
| -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 417166aed..cbe059735 100644 --- a/src/compat/glibcxx_compat.cpp +++ b/src/compat/glibcxx_compat.cpp @@ -64,6 +64,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 |