Clarify include recommendation
This commit is contained in:
parent
6d10f43738
commit
16e3cd380a
1 changed files with 2 additions and 2 deletions
|
@ -594,8 +594,8 @@ namespace {
|
||||||
|
|
||||||
- *Rationale*: Avoids confusion about the namespace context
|
- *Rationale*: Avoids confusion about the namespace context
|
||||||
|
|
||||||
- Prefer `#include <primitives/transaction.h>` bracket syntax instead of
|
- Use `#include <primitives/transaction.h>` bracket syntax instead of
|
||||||
`#include "primitives/transactions.h"` quote syntax when possible.
|
`#include "primitives/transactions.h"` quote syntax.
|
||||||
|
|
||||||
- *Rationale*: Bracket syntax is less ambiguous because the preprocessor
|
- *Rationale*: Bracket syntax is less ambiguous because the preprocessor
|
||||||
searches a fixed list of include directories without taking location of the
|
searches a fixed list of include directories without taking location of the
|
||||||
|
|
Loading…
Reference in a new issue