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 df71819 commit 58c909dCopy full SHA for 58c909d
doc/developer-notes.md
@@ -493,7 +493,7 @@ namespace {
493
- *Rationale*: Avoids confusion about the namespace context
494
495
- Prefer `#include <primitives/transaction.h>` bracket syntax instead of
496
- `#include "primitives/transactions.h"`` quote syntax when possible.
+ `#include "primitives/transactions.h"` quote syntax when possible.
497
498
- *Rationale*: Bracket syntax is less ambiguous because the preprocessor
499
searches a fixed list of include directories without taking location of the
0 commit comments