genode/repos/base/src/lib/cxx
Piotr Tworek 81a49bffee base: exception specification for operator delete
Clang is rather picky about this and prints the following warning when
compiling new_delete.cc:

  error: function previously declared with an explicit exception
  specification redeclared with an implicit exception specification
  [-Werror,-Wimplicit-exception-spec-mismatch]

Issue #3938
2020-11-23 12:02:58 +01:00
..
emutls.cc base: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
exception.cc base: fix cxx library compile errors with GCC 8.3.0 2019-05-16 13:11:02 +02:00
guard.cc cxx: don't rely on global ctors 2019-12-19 17:00:48 +01:00
malloc_free.cc cxx: add nullptr check in calloc 2020-01-03 14:44:15 +01:00
misc.cc Move atexit handling from base lib to libc 2020-08-25 11:50:09 +02:00
new_delete.cc base: exception specification for operator delete 2020-11-23 12:02:58 +01:00
unwind.c Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00