Move the *CA markup macros into their own header and mark up Cbrt #1563
lint.yaml
on: pull_request
check-remove-before-flight
16s
check-cpp
23s
check-iwyu
2m 33s
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 33f29c8..3d5b032 100644
--- a/numerics/osaca.hpp
+++ b/numerics/osaca.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include "base/macros.hpp"
-
#define PRINCIPIA_USE_OSACA 0
// The macros OSACA_FUNCTION_BEGIN and OSACA_RETURN are used to analyse the
|