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)