diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2019-05-23 09:46:40 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2019-05-23 09:46:40 +0100 |
commit | cf9847d25f1ca8998725ce1807e8bca23b11832e (patch) | |
tree | 93168ce6d78fb024cd86c03d208c511f27b9d016 /gcc/cp/init.c | |
parent | 1ccd0ccbe8c655910869e3d085c02e5934e3b106 (diff) | |
download | gcc-cf9847d25f1ca8998725ce1807e8bca23b11832e.zip gcc-cf9847d25f1ca8998725ce1807e8bca23b11832e.tar.gz gcc-cf9847d25f1ca8998725ce1807e8bca23b11832e.tar.bz2 |
Remove resolved TODO comment
* init.c (std_placement_new_fn_p): Remove outdated TODO comment that
was resolved by r254694.
From-SVN: r271541
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r-- | gcc/cp/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 4ffd96e..b206263 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -2848,8 +2848,7 @@ malloc_alignment () } /* Determine whether an allocation function is a namespace-scope - non-replaceable placement new function. See DR 1748. - TODO: Enable in all standard modes. */ + non-replaceable placement new function. See DR 1748. */ static bool std_placement_new_fn_p (tree alloc_fn) { |