|
10763 | 10763 | \pnum
|
10764 | 10764 | \expects
|
10765 | 10765 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10766 |
| -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(k)}, |
| 10766 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(k)}, |
10767 | 10767 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}.
|
10768 | 10768 |
|
10769 | 10769 | \pnum
|
|
10801 | 10801 | \pnum
|
10802 | 10802 | \expects
|
10803 | 10803 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10804 |
| -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(std::move(k))}, |
| 10804 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(std::move(k))}, |
10805 | 10805 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}.
|
10806 | 10806 |
|
10807 | 10807 | \pnum
|
|
10898 | 10898 | \effects
|
10899 | 10899 | If the map already contains an element \tcode{e}
|
10900 | 10900 | whose key is equivalent to \tcode{k},
|
10901 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 10901 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
10902 | 10902 | Otherwise inserts an object of type \tcode{value_type}
|
10903 | 10903 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}.
|
10904 | 10904 |
|
@@ -10932,13 +10932,13 @@
|
10932 | 10932 | \pnum
|
10933 | 10933 | \expects
|
10934 | 10934 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10935 |
| -from \tcode{std::move(k)}, \tcode{std::for\-ward<M>(obj)}. |
| 10935 | +from \tcode{std::move(k)}, \tcode{std::forward<M>(obj)}. |
10936 | 10936 |
|
10937 | 10937 | \pnum
|
10938 | 10938 | \effects
|
10939 | 10939 | If the map already contains an element \tcode{e}
|
10940 | 10940 | whose key is equivalent to \tcode{k},
|
10941 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 10941 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
10942 | 10942 | Otherwise inserts an object of type \tcode{value_type}
|
10943 | 10943 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}.
|
10944 | 10944 |
|
@@ -12881,13 +12881,13 @@
|
12881 | 12881 | \pnum
|
12882 | 12882 | \expects
|
12883 | 12883 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{unordered_map}
|
12884 |
| -from \tcode{k}, \tcode{std::for\-ward<M>(obj)}. |
| 12884 | +from \tcode{k}, \tcode{std::forward<M>(obj)}. |
12885 | 12885 |
|
12886 | 12886 | \pnum
|
12887 | 12887 | \effects
|
12888 | 12888 | If the map already contains an element \tcode{e}
|
12889 | 12889 | whose key is equivalent to \tcode{k},
|
12890 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12890 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12891 | 12891 | Otherwise inserts an object of type \tcode{value_type}
|
12892 | 12892 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}.
|
12893 | 12893 |
|
|
12927 | 12927 | \effects
|
12928 | 12928 | If the map already contains an element \tcode{e}
|
12929 | 12929 | whose key is equivalent to \tcode{k},
|
12930 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12930 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12931 | 12931 | Otherwise inserts an object of type \tcode{value_type}
|
12932 | 12932 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}.
|
12933 | 12933 |
|
|
0 commit comments