Remove fluentCpp dead links (#124)

This commit is contained in:
Amélie Renard 2021-06-10 16:40:27 +02:00 committed by GitHub
parent 47cba8a21d
commit dd6fb41117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -98,7 +98,6 @@ Exceptions classes must be copyable. Hence, this rule does not apply to exceptio
== See
* https://www.fluentcpp.com/2017/09/08/make-polymorphic-copy-modern-cpp/[Make polymorphic copy modern]
* https://github.com/isocpp/CppCoreGuidelines/blob/036324/CppCoreGuidelines.md#c67-a-polymorphic-class-should-suppress-copying[{cpp} Core Guidelines C.67] - A polymorphic class should suppress copying

View File

@ -50,7 +50,6 @@ double f() {
== See
* Strong types: https://www.fluentcpp.com/2016/12/08/strong-types-for-strong-interfaces/
* https://github.com/isocpp/CppCoreGuidelines/blob/036324/CppCoreGuidelines.md#i4-make-interfaces-precisely-and-strongly-typed[{cpp} Core Guidelines I.4] - Make interfaces precisely and strongly typed