Skip to content

Commit

Permalink
Fix build issues on Ubuntu 19.10
Browse files Browse the repository at this point in the history
Fixes #573
  • Loading branch information
CuriousTommy authored and Andrew Hyatt committed Dec 26, 2019
1 parent 9aad49f commit 2a4da38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libstdcxx/include/c++/4.2.1/ext/stdio_sync_filebuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)

#if BUILDING_LIBSTDCXX
__attribute__((used))
virtual ~stdio_sync_filebuf() {}
virtual ~stdio_sync_filebuf() noexcept {}
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion src/libstdcxx/include/c++/4.2.1/sstream
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)

#if BUILDING_LIBSTDCXX
__attribute__((used))
~basic_stringbuf() {}
~basic_stringbuf() noexcept {}
#endif

// Get and set:
Expand Down

0 comments on commit 2a4da38

Please sign in to comment.