From b4896c66f5fdc20286ce2722200503ef1ec493e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Tue, 2 Sep 2025 13:38:46 +0300 Subject: [PATCH] Updated Library Documentation (markdown) --- Library-Documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Library-Documentation.md b/Library-Documentation.md index 24113da..9d56c86 100644 --- a/Library-Documentation.md +++ b/Library-Documentation.md @@ -623,6 +623,7 @@ There aren't many macros. ```c++ // You can take a look also at PMT functions for usage examples... +// Definitely use this when using lambdas with do*** #define COMMON_LAMBDA_PARAMS \ (const std::string &partition, const PartitionMap::BasicInf props)