Changeset 4e484b5 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:20Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
771d162
Parents:
fa4a626
git-author:
Dzejrou <dzejrou@…> (2018-03-29 15:24:50)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
Message:

cpp: added missing value capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/thread.hpp

    rfa4a626 r4e484b5  
    139139                : id_{}
    140140            {
    141                 auto callable = [](){
     141                auto callable = [=](){
    142142                    return f(forward<Args>(args)...);
    143143                };
Note: See TracChangeset for help on using the changeset viewer.