8000 Merge branch 'master' into add-vcpkg · svenzhang2016/cppbestpractices@ce52a52 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce52a52

Browse files
authored
Merge branch 'master' into add-vcpkg
2 parents 018cb79 + a5fea49 commit ce52a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Package management is an important topic in C++, with currently no clear winner.
4747
* [qpm](https://www.qpm.io/) - Package manager for Qt
4848
* [build2](https://build2.org/) - cargo-like package management for C++
4949
* [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more
50-
* [vcpkg](https://docs.microsoft.com/en-us/cpp/build/vcpkg) - A C++ package manager for Windows, Linux and MacOS
50+
* [Vcpkg](https://github.com/microsoft/vcpkg) - Microsoft C++ Library Manager for Windows, Linux, and MacOS - [description](https://docs.microsoft.com/en-us/cpp/build/vcpkg)
5151

5252
## Continuous Integration
5353

03-Style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,5 +453,5 @@ The Rule of Zero states that you do not provide any of the functions that the co
453453

454454
The goal is to let the compiler provide optimal versions that are automatically maintained when more member variables are added.
455455

456-
The [original article](https://rmf.io/cxx11/rule-of-zero) provides the background, while a [follow up article](http://www.nirfriedman.com/2015/06/27/cpp-rule-of-zero/) explains techniques for implementing nearly 100% of the time.
456+
[This article](http://www.nirfriedman.com/2015/06/27/cpp-rule-of-zero/) provides a background and explains techniques for implementing nearly 100% of the time.
457457

0 commit comments

Comments
 (0)
0