mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Clean up and add example for C.32 - raw pointers (#1909)
* Update CppCoreGuidelines.md * Update CppCoreGuidelines.md * Update isocpp.dic * use snake casing * sake case naming * C 32 comments (#3) * F.16 ("in" parameters): Move Matrix example to F.20 (return values) (#1922) The `Matrix` example and the notes about assignment appear off-topic in rule F.16, as F.16 is specifically about "in" parameters. With help from Sergey Zubkov. * SL.io.50 (Avoid `endl`): Mention string streams (#1920) Explicitly mentioned string streams as `endl` insertions into string streams do actually occur in the wild. With help from Sergey Zubkov. * Extended E.16 to include copy ctor for exception type, closes #1921 * Fix GitHub Actions build warnings, Marker style should be `*` (#1925) * restored reference * Added references to note Co-authored-by: Niels Dekker <N.Dekker@lumc.nl> Co-authored-by: Herb Sutter <herb.sutter@gmail.com> Co-authored-by: Niels Dekker <N.Dekker@lumc.nl> Co-authored-by: Herb Sutter <herb.sutter@gmail.com>
This commit is contained in:
@@ -286,6 +286,7 @@ Lakos
|
||||
Lakos96
|
||||
Lavavej
|
||||
LCSD05
|
||||
legacy_class
|
||||
lifecycle
|
||||
*life-time
|
||||
linearization
|
||||
@@ -301,6 +302,8 @@ lvalues
|
||||
m1
|
||||
m2
|
||||
m3
|
||||
m_owning;
|
||||
m_observer;
|
||||
macros2
|
||||
malloc
|
||||
mallocfree
|
||||
|
||||
Reference in New Issue
Block a user