File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,10 @@ <h1>Effect of execution policies on algorithm execution</h1>
120120 resources.
121121 </ cxx-note >
122122
123- <!-- TODO: LWG suggested removing it, I suspect this is a mistake based on the incorrect
124- understanding that it is already covered elsewhere -->
123+ <!-- Update 6/20/14: this is OK: this is covered in N4063:
124+ "All operations of the categories of the iterators that the algorithm is instantiated with"
125+ So there is no problem, deletion is OK.
126+ -->
125127< del2 >
126128 < p >
127129 < ins2 > A</ ins2 > parallel algorithm invoked with an execution policy object of type
@@ -138,7 +140,6 @@ <h1>Effect of execution policies on algorithm execution</h1>
138140 < code > operator[]</ code > is race-free.
139141 </ cxx-note >
140142</ del2 >
141- <!-- end of potentially-incorrectly removed section -->
142143
143144 < p >
144145 Algorithms invoked with an execution policy object of type < code > execution_policy</ code >
You can’t perform that action at this time.
0 commit comments