mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
Fixes #1529. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
14 lines
264 B
YAML
14 lines
264 B
YAML
CompileFlags:
|
|
Add: [-D__cpp_concepts=202002]
|
|
|
|
Diagnostics:
|
|
UnusedIncludes: Strict
|
|
MissingIncludes: Strict
|
|
Includes:
|
|
IgnoreHeader:
|
|
- ".*/(detail|impl)/.*"
|
|
- ".*expected.*"
|
|
- ".*ranges_lower_bound.h"
|
|
- "time.h"
|
|
- "stdlib.h"
|