Skip to content

Commit 3485fbb

Browse files
author
mikeblome
committed
fixed links and another moniker
1 parent 47fe6aa commit 3485fbb

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

docs/overview/cpp-conformance-improvements.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,10 @@ int main() {
266266
- [P0020R6](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0020r6.html): atomic\<float>, atomic\<double>, atomic\<long double>
267267
- [P0463R1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0463r1.html): endian
268268
- [P0482R6](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0482r6.html): Library Support For char8_t
269-
- [P0600R1](www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0600r1.pdf): [\[nodiscard]] For The STL, Part 1
270-
- [P0653R2](www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0653r2.html): to_address()
271-
- [P0754R2](open-std.org/JTC1/SC22/WG21/docs/papers/2018/p0754r2.pdf): \<version>
272-
- [P0771R1](open-std.org/JTC1/SC22/WG21/docs/papers/2018/p0771r1.pdf): noexcept For std::function's move constructor
273-
269+
- [P0600R1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0600r1.pdf): [\[nodiscard]] For The STL, Part 1
270+
- [P0653R2](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0653r2.html): to_address()
271+
- [P0754R2](http://open-std.org/JTC1/SC22/WG21/docs/papers/2018/p0754r2.pdf): \<version>
272+
- [P0771R1](http://open-std.org/JTC1/SC22/WG21/docs/papers/2018/p0771r1.pdf): noexcept For std::function's move constructor
274273

275274
## <a name="update_160"></a> Bug fixes and behavior changes in Visual Studio 2019
276275

@@ -2749,10 +2748,14 @@ To avoid the error, remove the `constexpr` qualifier from the explicit instantia
27492748

27502749
::: moniker-end
27512750

2751+
::: moniker range="vs-2015"
2752+
27522753
## C++ conformance improvements in Visual Studio 2015
27532754

27542755
For the complete list of conformance improvements up through Visual Studio 2015 Update 3, see [Visual C++ What's New 2003 through 2015](/cpp/porting/visual-cpp-what-s-new-2003-through-2015).
27552756

2757+
::: moniker-end
2758+
27562759
## See also
27572760

27582761
[Visual C++ language conformance](../visual-cpp-language-conformance.md)

0 commit comments

Comments
 (0)