|
10773 | 10773 | \pnum
|
10774 | 10774 | \expects
|
10775 | 10775 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10776 |
| -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(k)}, |
| 10776 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(k)}, |
10777 | 10777 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}.
|
10778 | 10778 |
|
10779 | 10779 | \pnum
|
|
10811 | 10811 | \pnum
|
10812 | 10812 | \expects
|
10813 | 10813 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10814 |
| -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(std::move(k))}, |
| 10814 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(std::move(k))}, |
10815 | 10815 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}.
|
10816 | 10816 |
|
10817 | 10817 | \pnum
|
|
10908 | 10908 | \effects
|
10909 | 10909 | If the map already contains an element \tcode{e}
|
10910 | 10910 | whose key is equivalent to \tcode{k},
|
10911 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 10911 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
10912 | 10912 | Otherwise inserts an object of type \tcode{value_type}
|
10913 | 10913 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}.
|
10914 | 10914 |
|
@@ -10942,13 +10942,13 @@
|
10942 | 10942 | \pnum
|
10943 | 10943 | \expects
|
10944 | 10944 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
10945 |
| -from \tcode{std::move(k)}, \tcode{std::for\-ward<M>(obj)}. |
| 10945 | +from \tcode{std::move(k)}, \tcode{std::forward<M>(obj)}. |
10946 | 10946 |
|
10947 | 10947 | \pnum
|
10948 | 10948 | \effects
|
10949 | 10949 | If the map already contains an element \tcode{e}
|
10950 | 10950 | whose key is equivalent to \tcode{k},
|
10951 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 10951 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
10952 | 10952 | Otherwise inserts an object of type \tcode{value_type}
|
10953 | 10953 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}.
|
10954 | 10954 |
|
@@ -12890,13 +12890,13 @@
|
12890 | 12890 | \pnum
|
12891 | 12891 | \expects
|
12892 | 12892 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{unordered_map}
|
12893 |
| -from \tcode{k}, \tcode{std::for\-ward<M>(obj)}. |
| 12893 | +from \tcode{k}, \tcode{std::forward<M>(obj)}. |
12894 | 12894 |
|
12895 | 12895 | \pnum
|
12896 | 12896 | \effects
|
12897 | 12897 | If the map already contains an element \tcode{e}
|
12898 | 12898 | whose key is equivalent to \tcode{k},
|
12899 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12899 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12900 | 12900 | Otherwise inserts an object of type \tcode{value_type}
|
12901 | 12901 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}.
|
12902 | 12902 |
|
|
12936 | 12936 | \effects
|
12937 | 12937 | If the map already contains an element \tcode{e}
|
12938 | 12938 | whose key is equivalent to \tcode{k},
|
12939 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12939 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12940 | 12940 | Otherwise inserts an object of type \tcode{value_type}
|
12941 | 12941 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}.
|
12942 | 12942 |
|
|
0 commit comments