Commit cf9847d2 by Jonathan Wakely Committed by Jonathan Wakely

Remove resolved TODO comment

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

From-SVN: r271541
parent 1ccd0ccb
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> 2019-05-22 Jason Merrill <jason@redhat.com>
PR c++/20408 - unnecessary code for empty struct. PR c++/20408 - unnecessary code for empty struct.
......
...@@ -2848,8 +2848,7 @@ malloc_alignment () ...@@ -2848,8 +2848,7 @@ malloc_alignment ()
} }
/* Determine whether an allocation function is a namespace-scope /* Determine whether an allocation function is a namespace-scope
non-replaceable placement new function. See DR 1748. non-replaceable placement new function. See DR 1748. */
TODO: Enable in all standard modes. */
static bool static bool
std_placement_new_fn_p (tree alloc_fn) std_placement_new_fn_p (tree alloc_fn)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment