We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57f135 commit 904150dCopy full SHA for 904150d
ReflectionTemplateLib/detail/inc/FunctorContainer.h
@@ -63,7 +63,7 @@ namespace rtl {
63
@return: index of newly added or already existing lambda in vector 'm_functors'.
64
*/ static const std::size_t pushBack(const FunctionLambda& pFunctor,
65
std::function<const std::size_t()> pGetIndex,
66
- std::function<void(const std::size_t&)> pUpdate)
+ std::function<void(const std::size_t&)> pUpdate)
67
{
68
//critical section, thread safe.
69
static std::mutex mtx;
0 commit comments