|
10713 | 10713 | \pnum
|
10714 | 10714 | \expects
|
10715 | 10715 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10716 |
| -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(k)}, |
| 10716 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(k)}, |
10717 | 10717 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}.
|
10718 | 10718 |
|
10719 | 10719 | \pnum
|
|
10751 | 10751 | \pnum
|
10752 | 10752 | \expects
|
10753 | 10753 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10754 |
| -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(std::move(k))}, |
| 10754 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(std::move(k))}, |
10755 | 10755 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}.
|
10756 | 10756 |
|
10757 | 10757 | \pnum
|
|
10848 | 10848 | \effects
|
10849 | 10849 | If the map already contains an element \tcode{e}
|
10850 | 10850 | whose key is equivalent to \tcode{k},
|
10851 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 10851 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
10852 | 10852 | Otherwise inserts an object of type \tcode{value_type}
|
10853 | 10853 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}.
|
10854 | 10854 |
|
@@ -10882,13 +10882,13 @@
|
10882 | 10882 | \pnum
|
10883 | 10883 | \expects
|
10884 | 10884 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10885 |
| -from \tcode{std::move(k)}, \tcode{std::for\-ward<M>(obj)}. |
| 10885 | +from \tcode{std::move(k)}, \tcode{std::forward<M>(obj)}. |
10886 | 10886 |
|
10887 | 10887 | \pnum
|
10888 | 10888 | \effects
|
10889 | 10889 | If the map already contains an element \tcode{e}
|
10890 | 10890 | whose key is equivalent to \tcode{k},
|
10891 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 10891 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
10892 | 10892 | Otherwise inserts an object of type \tcode{value_type}
|
10893 | 10893 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}.
|
10894 | 10894 |
|
@@ -12822,13 +12822,13 @@
|
12822 | 12822 | \pnum
|
12823 | 12823 | \expects
|
12824 | 12824 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{unordered_map}
|
12825 |
| -from \tcode{k}, \tcode{std::for\-ward<M>(obj)}. |
| 12825 | +from \tcode{k}, \tcode{std::forward<M>(obj)}. |
12826 | 12826 |
|
12827 | 12827 | \pnum
|
12828 | 12828 | \effects
|
12829 | 12829 | If the map already contains an element \tcode{e}
|
12830 | 12830 | whose key is equivalent to \tcode{k},
|
12831 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12831 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12832 | 12832 | Otherwise inserts an object of type \tcode{value_type}
|
12833 | 12833 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}.
|
12834 | 12834 |
|
|
12868 | 12868 | \effects
|
12869 | 12869 | If the map already contains an element \tcode{e}
|
12870 | 12870 | whose key is equivalent to \tcode{k},
|
12871 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12871 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12872 | 12872 | Otherwise inserts an object of type \tcode{value_type}
|
12873 | 12873 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}.
|
12874 | 12874 |
|
|
0 commit comments