* init.c (std_placement_new_fn_p): Remove outdated TODO comment that
        was resolved by r254694.

Committing to trunk as obvious.

Should I bother doing the same thing on the branches where this was
resolved?

commit 31b5063cfade07089e5856ecf0f08d5f7bef65f9
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Thu May 23 09:42:51 2019 +0100

    Remove resolved TODO comment
    
            * init.c (std_placement_new_fn_p): Remove outdated TODO comment that
            was resolved by r254694.

diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index 4ffd96eef9d..b206263f23c 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)
 {

Reply via email to