Changeset b57a3ee in mainline for uspace/lib/cpp/include/__bits/memory
- Timestamp:
- 2018-07-05T21:41:24Z (7 years ago)
- 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)
- Location:
- uspace/lib/cpp/include/__bits/memory
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp
r4f461384 rb57a3ee 30 30 #define LIBCPP_BITS_MEMORY_ALLOCATOR_TRAITS 31 31 32 #include <cstddef>33 32 #include <__bits/aux.hpp> 34 33 #include <__bits/memory/addressof.hpp> 35 34 #include <__bits/memory/pointer_traits.hpp> 36 35 #include <__bits/memory/type_getters.hpp> 36 #include <cstddef> 37 37 #include <limits> 38 38 #include <type_traits> -
uspace/lib/cpp/include/__bits/memory/pointer_traits.hpp
r4f461384 rb57a3ee 30 30 #define LIBCPP_BITS_MEMORY_POINTER_TRAITS 31 31 32 #include <cstddef>33 32 #include <__bits/memory/addressof.hpp> 34 33 #include <__bits/memory/type_getters.hpp> 34 #include <cstddef> 35 35 #include <type_traits> 36 36 -
uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp
r4f461384 rb57a3ee 30 30 #define LIBCPP_BITS_MEMORY_SHARED_PTR 31 31 32 #include <exception>33 32 #include <__bits/functional/arithmetic_operations.hpp> 34 33 #include <__bits/functional/hash.hpp> … … 37 36 #include <__bits/memory/unique_ptr.hpp> 38 37 #include <__bits/trycatch.hpp> 38 #include <exception> 39 39 #include <type_traits> 40 40 -
uspace/lib/cpp/include/__bits/memory/type_getters.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 39 39 */ 40 40 41 #include <__bits/aux.hpp> 41 42 #include <cstddef> 42 #include <__bits/aux.hpp>43 43 #include <type_traits> 44 44
Note:
See TracChangeset
for help on using the changeset viewer.