|
|
@ -493,7 +493,7 @@ namespace { |
|
|
|
- *Rationale*: Avoids confusion about the namespace context |
|
|
|
- *Rationale*: Avoids confusion about the namespace context |
|
|
|
|
|
|
|
|
|
|
|
- Prefer `#include <primitives/transaction.h>` bracket syntax instead of |
|
|
|
- Prefer `#include <primitives/transaction.h>` bracket syntax instead of |
|
|
|
`#include "primitives/transactions.h"`` quote syntax when possible. |
|
|
|
`#include "primitives/transactions.h"` quote syntax when possible. |
|
|
|
|
|
|
|
|
|
|
|
- *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 |
|
|
|