Remove resolved TODO comment
authorJonathan Wakely <jwakely@redhat.com>
Thu, 23 May 2019 08:46:40 +0000 (09:46 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 23 May 2019 08:46:40 +0000 (09:46 +0100)
* init.c (std_placement_new_fn_p): Remove outdated TODO comment that
was resolved by r254694.

From-SVN: r271541

gcc/cp/ChangeLog
gcc/cp/init.c

index 88baf8647b61e8dc3724f0d33f73d41c1a22a7d9..30b9bf596844c39d2d1bb0923862128b881f8b59 100644 (file)
@@ -1,3 +1,8 @@
+2019-05-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       * init.c (std_placement_new_fn_p): Remove outdated TODO comment that
+       was resolved by r254694.
+
 2019-05-22  Jason Merrill  <jason@redhat.com>
 
        PR c++/20408 - unnecessary code for empty struct.
index 4ffd96eef9d705c1566d6a7765466deb4c73e02f..b206263f23cafb333aead809a5741042272d040d 100644 (file)
@@ -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)
 {