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

cpp: changed internal to bits to avoid include space pollusion, fixed old std::hel:: bugs in files that weren't touched since

File:
1 moved

Legend:

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

    rfc15120 r7bbf91e  
    2727 */
    2828
    29 #ifndef LIBCPP_INTERNAL_MEMORY_SHARED_PTR
    30 #define LIBCPP_INTERNAL_MEMORY_SHARED_PTR
     29#ifndef LIBCPP_BITS_MEMORY_SHARED_PTR
     30#define LIBCPP_BITS_MEMORY_SHARED_PTR
    3131
    3232#include <exception>
    33 #include <internal/functional/arithmetic_operations.hpp>
    34 #include <internal/functional/hash.hpp>
    35 #include <internal/memory/allocator_arg.hpp>
    36 #include <internal/memory/shared_payload.hpp>
    37 #include <internal/memory/unique_ptr.hpp>
    38 #include <internal/trycatch.hpp>
     33#include <__bits/functional/arithmetic_operations.hpp>
     34#include <__bits/functional/hash.hpp>
     35#include <__bits/memory/allocator_arg.hpp>
     36#include <__bits/memory/shared_payload.hpp>
     37#include <__bits/memory/unique_ptr.hpp>
     38#include <__bits/trycatch.hpp>
    3939#include <type_traits>
    4040
Note: See TracChangeset for help on using the changeset viewer.