Changeset fa4a626 in mainline
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e484b5
- Parents:
- b4b961b
- git-author:
- Dzejrou <dzejrou@…> (2018-03-29 15:00:22)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/thread.hpp
rb4b961b rfa4a626 139 139 : id_{} 140 140 { 141 auto callable = [ &](){141 auto callable = [](){ 142 142 return f(forward<Args>(args)...); 143 143 };
Note:
See TracChangeset
for help on using the changeset viewer.