File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ class list_impl
1260
1260
}
1261
1261
}
1262
1262
1263
- // ! <b>Requires</b>: value must be a reference to a value inserted in a list .
1263
+ // ! <b>Requires</b>: ` value` must be a reference to a value inserted in an instance of this container type .
1264
1264
// !
1265
1265
// ! <b>Effects</b>: This function returns a const_iterator pointing to the element
1266
1266
// !
@@ -1297,7 +1297,7 @@ class list_impl
1297
1297
return const_iterator (value_traits::to_node_ptr (r), const_value_traits_ptr ());
1298
1298
}
1299
1299
1300
- // ! <b>Requires</b>: value must be a reference to a value inserted in a list .
1300
+ // ! <b>Requires</b>: ` value` must be a reference to a value inserted in an instance of this container type .
1301
1301
// !
1302
1302
// ! <b>Effects</b>: This function returns a const_iterator pointing to the element
1303
1303
// !
Original file line number Diff line number Diff line change @@ -1742,7 +1742,7 @@ class slist_impl
1742
1742
}
1743
1743
}
1744
1744
1745
- // ! <b>Requires</b>: value must be a reference to a value inserted in a list .
1745
+ // ! <b>Requires</b>: ` value` must be a reference to a value inserted in an instance of this container type .
1746
1746
// !
1747
1747
// ! <b>Effects</b>: This function returns a const_iterator pointing to the element
1748
1748
// !
@@ -1777,7 +1777,7 @@ class slist_impl
1777
1777
return const_iterator (value_traits::to_node_ptr (r), const_value_traits_ptr ());
1778
1778
}
1779
1779
1780
- // ! <b>Requires</b>: value must be a reference to a value inserted in a list .
1780
+ // ! <b>Requires</b>: ` value` must be a reference to a value inserted in an instance of this container type .
1781
1781
// !
1782
1782
// ! <b>Effects</b>: This function returns a const_iterator pointing to the element
1783
1783
// !
You can’t perform that action at this time.
0 commit comments