Skip to content

Commit 5403bad

Browse files
author
mikeblome
committed
fixed link and version info
1 parent 03dca83 commit 5403bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/constructors-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ Derived d4 calls: Base()*/
588588

589589
::: moniker range=">=vs-2017"
590590

591-
**Visual Studio 2017 version 15.7 and later**: The **using** statement in **/std:c++17** mode brings into scope all constructors from the base class except those that have an identical signature to constructors in the derived class. In general, it is best to use inheriting constructors when the derived class declares no new data members or constructors. See also [Improvements in Visual Studio 2017 version 15.7](https://docs.microsoft.com/cpp/overview/cpp-conformance-improvements?view=vs-2017#improvements_157).
591+
**Visual Studio 2017 and later**: The **using** statement in **/std:c++17** mode brings into scope all constructors from the base class except those that have an identical signature to constructors in the derived class. In general, it is best to use inheriting constructors when the derived class declares no new data members or constructors. See also [Improvements in Visual Studio 2017 version 15.7](https://docs.microsoft.com/cpp/overview/cpp-conformance-improvements?view=vs-2017#improvements_157).
592592

593593
::: moniker-end
594594

@@ -645,4 +645,4 @@ int main(){
645645

646646
## See also
647647

648-
[Classes and structs](class-and-structs-cpp.md)
648+
[Classes and structs](classes-and-structs-cpp.md)

0 commit comments

Comments
 (0)