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:
c735afb
Parents:
4f461384
git-author:
Dzejrou <dzejrou@…> (2018-06-25 16:58:08)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: refactored the library layout, everything from the impl directory was moved to the bits directory for the sake of consistency, updated copyright notices and include guards

File:
1 edited

Legend:

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

    r4f461384 rb57a3ee  
    3030#define LIBCPP_BITS_MEMORY_ALLOCATOR_TRAITS
    3131
    32 #include <cstddef>
    3332#include <__bits/aux.hpp>
    3433#include <__bits/memory/addressof.hpp>
    3534#include <__bits/memory/pointer_traits.hpp>
    3635#include <__bits/memory/type_getters.hpp>
     36#include <cstddef>
    3737#include <limits>
    3838#include <type_traits>
Note: See TracChangeset for help on using the changeset viewer.