Changeset 7bbf91e in mainline for uspace/lib/cpp/include/__bits/functional
- 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:
- 2e53e83d
- Parents:
- fc15120
- git-author:
- Dzejrou <dzejrou@…> (2018-05-16 18:35:17)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- Location:
- uspace/lib/cpp/include/__bits/functional
- Files:
-
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/functional/arithmetic_operations.hpp
rfc15120 r7bbf91e 27 27 */ 28 28 29 #ifndef LIBCPP_ INTERNAL_FUNCTIONAL_ARITHMETIC_OPERATIONS30 #define LIBCPP_ INTERNAL_FUNCTIONAL_ARITHMETIC_OPERATIONS31 32 #include < internal/utility/forward_move.hpp>29 #ifndef LIBCPP_BITS_FUNCTIONAL_ARITHMETIC_OPERATIONS 30 #define LIBCPP_BITS_FUNCTIONAL_ARITHMETIC_OPERATIONS 31 32 #include <__bits/utility/forward_move.hpp> 33 33 #include <type_traits> 34 34 -
uspace/lib/cpp/include/__bits/functional/bind.hpp
rfc15120 r7bbf91e 27 27 */ 28 28 29 #ifndef LIBCPP_ INTERNAL_FUNCTIONAL_BIND30 #define LIBCPP_ INTERNAL_FUNCTIONAL_BIND31 32 #include < internal/functional/function.hpp>33 #include < internal/functional/invoke.hpp>34 #include < internal/functional/reference_wrapper.hpp>29 #ifndef LIBCPP_BITS_FUNCTIONAL_BIND 30 #define LIBCPP_BITS_FUNCTIONAL_BIND 31 32 #include <__bits/functional/function.hpp> 33 #include <__bits/functional/invoke.hpp> 34 #include <__bits/functional/reference_wrapper.hpp> 35 35 #include <tuple> 36 36 #include <type_traits> -
uspace/lib/cpp/include/__bits/functional/conditional_function_typedefs.hpp
rfc15120 r7bbf91e 27 27 */ 28 28 29 #ifndef LIBCPP_ INTERNAL_FUNCTION_CONDITIONAL_FUNCTION_TYPEDEFS30 #define LIBCPP_ INTERNAL_FUNCTION_CONDITIONAL_FUNCTION_TYPEDEFS29 #ifndef LIBCPP_BITS_FUNCTION_CONDITIONAL_FUNCTION_TYPEDEFS 30 #define LIBCPP_BITS_FUNCTION_CONDITIONAL_FUNCTION_TYPEDEFS 31 31 32 32 namespace std::aux -
uspace/lib/cpp/include/__bits/functional/function.hpp
rfc15120 r7bbf91e 27 27 */ 28 28 29 #ifndef LIBCPP_ INTERNAL_FUNCTIONAL_FUNCTION30 #define LIBCPP_ INTERNAL_FUNCTIONAL_FUNCTION31 32 #include < internal/functional/conditional_function_typedefs.hpp>33 #include < internal/functional/reference_wrapper.hpp>29 #ifndef LIBCPP_BITS_FUNCTIONAL_FUNCTION 30 #define LIBCPP_BITS_FUNCTIONAL_FUNCTION 31 32 #include <__bits/functional/conditional_function_typedefs.hpp> 33 #include <__bits/functional/reference_wrapper.hpp> 34 34 #include <typeinfo> 35 35 #include <type_traits> -
uspace/lib/cpp/include/__bits/functional/hash.hpp
rfc15120 r7bbf91e 27 27 */ 28 28 29 #ifndef LIBCPP_ INTERNAL_FUNCTIONAL_HASH30 #define LIBCPP_ INTERNAL_FUNCTIONAL_HASH29 #ifndef LIBCPP_BITS_FUNCTIONAL_HASH 30 #define LIBCPP_BITS_FUNCTIONAL_HASH 31 31 32 32 #include <cstdlib> -
uspace/lib/cpp/include/__bits/functional/invoke.hpp
rfc15120 r7bbf91e 27 27 */ 28 28 29 #ifndef LIBCPP_ INTERNAL_FUNCTIONAL_INVOKE30 #define LIBCPP_ INTERNAL_FUNCTIONAL_INVOKE29 #ifndef LIBCPP_BITS_FUNCTIONAL_INVOKE 30 #define LIBCPP_BITS_FUNCTIONAL_INVOKE 31 31 32 #include < internal/utility/declval.hpp>33 #include < internal/utility/forward_move.hpp>32 #include <__bits/utility/declval.hpp> 33 #include <__bits/utility/forward_move.hpp> 34 34 35 35 namespace std -
uspace/lib/cpp/include/__bits/functional/reference_wrapper.hpp
rfc15120 r7bbf91e 27 27 */ 28 28 29 #ifndef LIBCPP_ INTERNAL_FUNCTIONAL_REFERENCE_WRAPPER30 #define LIBCPP_ INTERNAL_FUNCTIONAL_REFERENCE_WRAPPER29 #ifndef LIBCPP_BITS_FUNCTIONAL_REFERENCE_WRAPPER 30 #define LIBCPP_BITS_FUNCTIONAL_REFERENCE_WRAPPER 31 31 32 #include < internal/functional/conditional_function_typedefs.hpp>33 #include < internal/functional/invoke.hpp>32 #include <__bits/functional/conditional_function_typedefs.hpp> 33 #include <__bits/functional/invoke.hpp> 34 34 #include <type_traits> 35 35
Note:
See TracChangeset
for help on using the changeset viewer.