this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix build issues on Ubuntu 19.10

Fixes #573

authored by

CuriousTommy and committed by
Andrew Hyatt
2a4da384 9aad49fd

+2 -2
+1 -1
src/libstdcxx/include/c++/4.2.1/ext/stdio_sync_filebuf.h
··· 74 74 75 75 #if BUILDING_LIBSTDCXX 76 76 __attribute__((used)) 77 - virtual ~stdio_sync_filebuf() {} 77 + virtual ~stdio_sync_filebuf() noexcept {} 78 78 #endif 79 79 80 80 /**
+1 -1
src/libstdcxx/include/c++/4.2.1/sstream
··· 117 117 118 118 #if BUILDING_LIBSTDCXX 119 119 __attribute__((used)) 120 - ~basic_stringbuf() {} 120 + ~basic_stringbuf() noexcept {} 121 121 #endif 122 122 123 123 // Get and set: