We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1085221 commit faede74Copy full SHA for faede74
doc/developer-notes.md
@@ -478,6 +478,14 @@ Wallet
478
General C++
479
-------------
480
481
+For general C++ guidelines, you may refer to the [C++ Core
482
+Guidelines](https://isocpp.github.io/CppCoreGuidelines/).
483
+
484
+Common misconceptions are clarified in those sections:
485
486
+- Passing (non-)fundamental types in the [C++ Core
487
+ Guideline](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-conventional)
488
489
- Assertions should not have side-effects
490
491
- *Rationale*: Even though the source code is set to refuse to compile
0 commit comments