Changeset d340254 in mainline


Ignore:
Timestamp:
2019-07-01T09:51:41Z (5 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
87efcb1
Parents:
60cb9e1
Message:

cpp: remove completed todo

File:
1 edited

Legend:

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

    r60cb9e1 rd340254  
    4646namespace std::aux
    4747{
    48     /**
    49      * TODO: Make this a shared_state_base which will not have the
    50      *       set_value functions, but will keep the rest. Then create
    51      *       shared state with the set_value function and a specialization
    52      *       of that with a set_value that takes no arguments.
    53      *
    54      *       The value itself should be in the children (as the void one
    55      *       won't have it).
    56      */
    5748    class shared_state_base: public aux::refcount_obj
    5849    {
Note: See TracChangeset for help on using the changeset viewer.