Changeset 032565d in mainline for uspace/lib/cpp/include/memory


Ignore:
Timestamp:
2018-07-05T21:41:24Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc15120
Parents:
f31ea60
git-author:
Dzejrou <dzejrou@…> (2018-05-16 17:48:08)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: remove impl/memory.hpp and moved its contents to internal/memory/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/memory

    rf31ea60 r032565d  
    2727 */
    2828
    29 #include <impl/memory.hpp>
    3029#include <internal/memory/allocator_arg.hpp>
     30#include <internal/memory/allocator_traits.hpp>
    3131#include <internal/memory/addressof.hpp>
     32#include <internal/memory/misc.hpp>
    3233#include <internal/memory/owner_less.hpp>
     34#include <internal/memory/pointer_traits.hpp>
    3335#include <internal/memory/shared_ptr.hpp>
     36#include <internal/memory/unique_ptr.hpp>
    3437#include <internal/memory/weak_ptr.hpp>
Note: See TracChangeset for help on using the changeset viewer.