Changeset d2a66ae7 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:22Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c00022
Parents:
92cb73f
git-author:
Dzejrou <dzejrou@…> (2018-05-03 20:30:19)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:22)
Message:

cpp: added allocator argument tag

File:
1 edited

Legend:

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

    r92cb73f rd2a66ae7  
    5353
    5454    /**
     55     * 20.7.6, allocator argument tag:
     56     */
     57
     58    struct allocator_arg_t
     59    { /* DUMMY BODY */ };
     60
     61    constexpr allocator_arg_t allocator_arg{};
     62
     63    /**
    5564     * 20.7.8, allocator traits:
    5665     */
Note: See TracChangeset for help on using the changeset viewer.