History log of /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/c_global/cstdio (Results 1 – 2 of 2)
Revision Date Author Comments
# fcad8200 02-May-2018 zrj <rimvydas.jasinskas@gmail.com>

gcc80: Remove throw() from protos in libstdc++ headers.

The throw() as dynamic exception specificators was deprecated in c++11
and removed in c++17 (empty was made as an alias to noexcept(true)).

O

gcc80: Remove throw() from protos in libstdc++ headers.

The throw() as dynamic exception specificators was deprecated in c++11
and removed in c++17 (empty was made as an alias to noexcept(true)).

Our libc headers does not have the __attribute__(__nothrow__) markups.
To make libstdc++ fully usable for clangs on DragonFly it makes sense
to just remove the throw() additions in c++ language binding headers.
Previously in gcc50 we were excluding them just for __clang__ case as in:
838772be3c028f0cfd9fae5da181858e4199863a

show more ...


# 38fd1498 02-May-2018 zrj <rimvydas.jasinskas@gmail.com>

Import GCC-8 to a new vendor branch