From a7fb7ee1e53b208415b1307df58b64ce3537b675 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Mar 2026 19:58:37 +0100 Subject: chore: document ASIO macro. Signed-off-by: Amlal El Mahrouss --- doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md diff --git a/doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md b/doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md new file mode 100644 index 0000000..4450b3f --- /dev/null +++ b/doc/macros/OCL_CORE_INCLUDE_ALL_ASIO.md @@ -0,0 +1,12 @@ +# OCL_CORE_INCLUDE_ALL_ASIO: MACRO + +This macro includes all of the ASIO headers in OCL.Core, it is disabled by default, thus only the following headers are included: + +```cpp +#include +#include +#include +#include +#include +``` + -- cgit v1.2.3