]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add pretty-printing support for __is_nothrow_{assignable,constructible}.
authorVille Voutilainen <ville.voutilainen@gmail.com>
Tue, 1 Dec 2020 22:20:46 +0000 (00:20 +0200)
committerVille Voutilainen <ville.voutilainen@gmail.com>
Tue, 1 Dec 2020 22:23:41 +0000 (00:23 +0200)
commitbec21c625d50276651410452e792718d228cfb5c
treefb435a56f3ba3c4a3741eb2787d9e416ef2949f0
parentb76f83e3859f738809d3aa8bd9dc14e10fc40e24
Add pretty-printing support for __is_nothrow_{assignable,constructible}.

gcc/cp/ChangeLog:

PR c++/98054
* cxx-pretty-print.c (pp_cxx_trait_expression):
Add support for __is_nothrow_{assignable,constructible}.
gcc/cp/cxx-pretty-print.c