Bjarne Stroustrup
5393fab88f
labels missing
...
#938 . I have inserted a temporary fix. We need to re-work the whole
discussions section
9 years ago
Andrew Pardoe
5e2f9064b2
Merge pull request #927 from ZachHenkel/master
...
Additional guidance around casts:
9 years ago
Andrew Pardoe
19da9a1d03
Merge pull request #950 from cubbimew/pimpl
...
New rule: I.27 Pimpl
9 years ago
Andrew Pardoe
baa22ee020
Merge pull request #960 from cubbimew/f22title
...
fix mismatch between title and toc for F.22
9 years ago
Sergey Zubkov
0048b15ead
fix mismatch between title and toc for F.22
9 years ago
Andrew Pardoe
5205a4e567
updating date
9 years ago
Andrew Pardoe
c0b1ea189f
Merge pull request #958 from xfix/patch-1
...
Rename rnd to round in I.1
9 years ago
Andrew Pardoe
18e8e91745
Merge pull request #957 from eliaskosunen/master
...
Add braces to for loop in P.1 example
9 years ago
Andrew Pardoe
ba3bdb1f40
Merge pull request #949 from robert-andrzejuk/patch-2
...
Minor typo (I think)
9 years ago
Konrad Borowski
7367e07598
Rename rnd to round in I.1
...
At first, I assumed that this is "rand" function, not "round" function,
and was confused why exactly is it a problem that this returns
different values. While it's easy to notice when actually reading the
code, this slows down the comprehension, and bad function naming is
not point of that particular guideline.
9 years ago
Elias Kosunen
7763b97b52
Add braces to for loop in P.1 example
...
`for` with no `block-statement` as its `statement` is bad practice and should not be shown in an example. This example is meant to demonstrate code duplication and expessiveness, not to show poor usage of braces or lack thereof.
9 years ago
Andrew Pardoe
6907911089
Updating date
9 years ago
Robert Andrzejuk
d5667c5f8a
Minor typo
...
I think a minor typo got itself in ... the second 'string_span' should be string_view.
9 years ago
Gabriel Dos Reis
0eba15190b
Merge pull request #956 from parsley72/master
...
Fix link to constructor virtual
9 years ago
Tom Isaacson
974d6a2090
Fix link to constructor virtual
9 years ago
Gabriel Dos Reis
a8377b9302
Merge pull request #955 from codeboost/patch-3
...
C.133 - Grammar/semantic issues fixed
9 years ago
Florin
d4d48ec772
Fix tense, semantic error
9 years ago
Sergey Zubkov
fe9861d98a
New rule: I.27 Pimpl
9 years ago
Sergey Zubkov
906ae347f3
travis CI fixes
9 years ago
Bjarne Stroustrup
c355df948f
reorganize the lifetime profile description
9 years ago
Gabriel Dos Reis
6c82e4abbf
Merge pull request #947 from AbigailBuccaneer/patch-1
...
Fix Markdown rendering failure
9 years ago
Abigail
11e92eb4c5
Fix Markdown rendering failure
...
Use of <iostream> without backticks causes the Markdown render to fail
from this point onwards on GitHub pages.
9 years ago
Gabriel Dos Reis
4359ca5ae5
Merge pull request #941 from tkruse/style-fixes
...
Style fixes
9 years ago
Zachary Henkel
f3ff5bae6d
Clarify "unnecessary cast" by decomposing the class into identity casts and implicit casts.
9 years ago
Thibault Kruse
9cc50836bd
Diverse style fixes
...
Remove whitespace at end of line
fix code indent
whitepsace between operators
align comments
add method name to fix syntax highlighting
typo: start with capital letter
Apply snake-case naming for unctions (for consistency)
9 years ago
Gabriel Dos Reis
520087569f
Merge pull request #943 from galik/fix_unique_target_case
...
Fix case of unique anchors to match others
9 years ago
Gabriel Dos Reis
5fb7c03bed
Merge pull request #945 from Bledson/patch-2
...
`#include`d instead of `#included`
9 years ago
Bledson Kivy
d240b7611e
`#include`d instead of `#included`
9 years ago
Zachary Henkel
4b3352b435
Add words used in anchors to custom dictionary
9 years ago
Zachary Henkel
3c867e5079
Final style changes
9 years ago
Zachary Henkel
2ef544d4ad
Additional formatting
9 years ago
Zachary Henkel
abd71982da
Another try with the linter
9 years ago
Zachary Henkel
ca35984813
Try to make the linter happy
9 years ago
Andrew Pardoe
c7733a398a
Updating date
9 years ago
hsutter
3794dc2f45
`span`s -> spans for readability
9 years ago
galik
7cf5f01bad
Fix case if unique anchors to match others
...
SL.str.5, SL.str.10, SL.str.11, SL.str.12
9 years ago
Gabriel Dos Reis
07d2413d80
Merge pull request #939 from galik/fix_item_tags
...
Fix various item tags (missing colons)
9 years ago
galik
fa50221dd0
Fix various item tags (missing colons)
...
I.2, C.10, A.1, A.2, A.4, NL.5
9 years ago
Gabriel Dos Reis
9e29780db6
Merge pull request #937 from ProgramMax/add-missing-period
...
Add missing period
9 years ago
Chris Blume
ea50b4ea78
Add missing period
9 years ago
Sergey Zubkov
d816cc5705
travis CI fixes
9 years ago
Zachary Henkel
2cd9993ae4
Revise cast guidance following upstream edits
9 years ago
Zachary Henkel
6a7552db21
Additonal merge from https://github.com/isocpp/CppCoreGuidelines
9 years ago
Zachary Henkel
9ef1d51c34
Merge from https://github.com/isocpp/CppCoreGuidelines
9 years ago
hsutter
cafe186e42
Added Mike's suggested notes
9 years ago
hsutter
444f7040e3
Applied Bjarne's and Neil's feedback
9 years ago
hsutter
a0137d587d
Merge remote-tracking branch 'refs/remotes/origin/master' into hs-gsl-intro-branch
9 years ago
Bjarne Stroustrup
6c3620d1e8
minor cleanup
9 years ago
Malcolm Parsons
4dfe88b716
Fix broken links ( #935 )
9 years ago
Sergey Zubkov
531a8a5ebd
travis CI fixes and other typos
9 years ago