-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Issues: isocpp/CppCoreGuidelines
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
ES.48: Avoid casts: maybe a very relevant alternative (conversion operators) is not mentioned
#2268
opened Mar 29, 2025 by
andim2
ES.48: to-crash-or-not-to-crash "Surprised? I’m just glad I didn’t crash the program."
#2267
opened Mar 29, 2025 by
andim2
"NR.5: Don’t use two-phase initialization" doesn't mention alternative naming
#2266
opened Mar 28, 2025 by
andim2
Remove the NL.27 suggestion for use of .h as the filename extension for headers
#2265
opened Mar 25, 2025 by
eyalroz
Question about dangling references caused by returning
const&
parameter as const&
#2260
opened Feb 28, 2025 by
denzor200
Use
std::atomic<bool>
instead of std::atomic_flag
unless you have a good reason
#2234
opened Nov 8, 2024 by
Eisenwave
Should SF.7 avoid to limit its applicability to when the directive is at global scope?
#2208
opened Jun 24, 2024 by
Aster89
C++ Core Guidelines Markdown explicit anchor links not working (updated the 20/05/2024)
#2198
opened May 10, 2024 by
Lob2018
SF.2 allow inline variables and static inline class member variables
#2169
opened Jan 16, 2024 by
sgilbertson
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.