Move the *CA markup macros into their own header and mark up Cbrt #1562
lint.yaml
on: pull_request
check-remove-before-flight
14s
check-cpp
27s
check-iwyu
1m 36s
Annotations
1 error and 1 warning
check-iwyu
Process completed with exit code 1.
|
Include what you using:
numerics/osaca.hpp#L1
include_what_you_using_all_the_things.ps1 modifies this file as follows:
diff --git a/numerics/osaca.hpp b/numerics/osaca.hpp
index 007fe19..efb8d94 100644
--- a/numerics/osaca.hpp
+++ b/numerics/osaca.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include "base/macros.hpp"
-
#define PRINCIPIA_USE_OSACA 1
// The macros OSACA_FUNCTION_BEGIN and OSACA_RETURN are used to analyse the
|