Namespaces
Variants
Views
Actions

Talk:cpp/thread/packaged task

From cppreference.com
< Talk:cpp‎ | thread
Revision as of 07:20, 4 October 2017 by Cubbi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In C++17, both packaged_task and function lose their allocator-awareness. This line should be updated to reflect that changed:

"Just like std::function, std::packaged_task is a polymorphic, allocator-aware container"

indeed, revboxed. --Cubbi (talk) 08:20, 4 October 2017 (PDT)