File third-party/pmr/monolithic.hpp changed (mode: 100644) (index 8210ecc..a7d1cc6) |
5 |
5 |
* http://www.boost.org/LICENSE_1_0.txt) |
* http://www.boost.org/LICENSE_1_0.txt) |
6 |
6 |
*/ |
*/ |
7 |
7 |
|
|
8 |
|
#ifndef PMR__MONOLITHIC_HPP__ |
|
9 |
|
#define PMR__MONOLITHIC_HPP__ |
|
|
8 |
|
#ifndef PMR_MONOLITHIC_HPP_ |
|
9 |
|
#define PMR_MONOLITHIC_HPP_ |
10 |
10 |
|
|
11 |
11 |
#include "pmr_vector.hpp" |
#include "pmr_vector.hpp" |
12 |
12 |
#include "polymorphic_allocator.hpp" |
#include "polymorphic_allocator.hpp" |
|
... |
... |
monolithic::do_is_equal(const memory_resource &other) const noexcept |
111 |
111 |
|
|
112 |
112 |
} // close namespace cpp17 |
} // close namespace cpp17 |
113 |
113 |
|
|
114 |
|
#endif // PMR__MONOLITHIC_HPP__ |
|
|
114 |
|
#endif // PMR_MONOLITHIC_HPP_ |
File third-party/pmr/pmr_deque.hpp changed (mode: 100644) (index f8a8639..d43e4e2) |
5 |
5 |
* http://www.boost.org/LICENSE_1_0.txt) |
* http://www.boost.org/LICENSE_1_0.txt) |
6 |
6 |
*/ |
*/ |
7 |
7 |
|
|
8 |
|
#ifndef PMR__PMR_DEQUE_HPP__ |
|
9 |
|
#define PMR__PMR_DEQUE_HPP__ |
|
|
8 |
|
#ifndef PMR_PMR_DEQUE_HPP_ |
|
9 |
|
#define PMR_PMR_DEQUE_HPP_ |
10 |
10 |
|
|
11 |
11 |
#include <deque> |
#include <deque> |
12 |
12 |
|
|
|
... |
... |
namespace pmr { |
22 |
22 |
} |
} |
23 |
23 |
} |
} |
24 |
24 |
|
|
25 |
|
#endif // PMR__PMR_DEQUE_HPP__ |
|
|
25 |
|
#endif // PMR_PMR_DEQUE_HPP_ |
File third-party/pmr/pmr_string.hpp changed (mode: 100644) (index 7e11a2b..6dde28f) |
5 |
5 |
* http://www.boost.org/LICENSE_1_0.txt) |
* http://www.boost.org/LICENSE_1_0.txt) |
6 |
6 |
*/ |
*/ |
7 |
7 |
|
|
8 |
|
#ifndef PMR__PMR_STRING_HPP__ |
|
9 |
|
#define PMR__PMR_STRING_HPP__ |
|
|
8 |
|
#ifndef PMR_PMR_STRING_HPP_ |
|
9 |
|
#define PMR_PMR_STRING_HPP_ |
10 |
10 |
|
|
11 |
11 |
#include <type_traits> |
#include <type_traits> |
12 |
12 |
#include <string> |
#include <string> |
|
... |
... |
namespace pmr { |
142 |
142 |
} // Close namespace pmr |
} // Close namespace pmr |
143 |
143 |
} // Close namespace cpp17 |
} // Close namespace cpp17 |
144 |
144 |
|
|
145 |
|
#endif // PMR__PMR_STRING_HPP__ |
|
|
145 |
|
#endif // PMR_PMR_STRING_HPP_ |
File third-party/pmr/pmr_vector.hpp changed (mode: 100644) (index 290ddd8..9acb26d) |
5 |
5 |
* http://www.boost.org/LICENSE_1_0.txt) |
* http://www.boost.org/LICENSE_1_0.txt) |
6 |
6 |
*/ |
*/ |
7 |
7 |
|
|
8 |
|
#ifndef PMR__PMR_VECTOR_HPP__ |
|
9 |
|
#define PMR__PMR_VECTOR_HPP__ |
|
|
8 |
|
#ifndef PMR_PMR_VECTOR_HPP_ |
|
9 |
|
#define PMR_PMR_VECTOR_HPP_ |
10 |
10 |
|
|
11 |
11 |
#include <vector> |
#include <vector> |
12 |
12 |
|
|
|
... |
... |
namespace pmr { |
22 |
22 |
} |
} |
23 |
23 |
} |
} |
24 |
24 |
|
|
25 |
|
#endif // PMR__PMR_VECTOR_HPP__ |
|
|
25 |
|
#endif // PMR_PMR_VECTOR_HPP_ |
File third-party/pmr/polymorphic_allocator.hpp changed (mode: 100644) (index 7daee13..caeb6f3) |
5 |
5 |
* http://www.boost.org/LICENSE_1_0.txt) |
* http://www.boost.org/LICENSE_1_0.txt) |
6 |
6 |
*/ |
*/ |
7 |
7 |
|
|
8 |
|
#ifndef PMR__POLYMORPHIC_ALLOCATOR_HPP__ |
|
9 |
|
#define PMR__POLYMORPHIC_ALLOCATOR_HPP__ |
|
|
8 |
|
#ifndef PMR_POLYMORPHIC_ALLOCATOR_HPP_ |
|
9 |
|
#define PMR_POLYMORPHIC_ALLOCATOR_HPP_ |
10 |
10 |
|
|
11 |
11 |
#include <atomic> |
#include <atomic> |
12 |
12 |
#include <memory> |
#include <memory> |
|
... |
... |
bool __pmrd::operator!=(const __pmrd::polymorphic_allocator_imp<T1>& a, |
474 |
474 |
|
|
475 |
475 |
} // close namespace cpp17 |
} // close namespace cpp17 |
476 |
476 |
|
|
477 |
|
#endif // PMR__POLYMORPHIC_ALLOCATOR_HPP__ |
|
|
477 |
|
#endif // PMR_POLYMORPHIC_ALLOCATOR_HPP_ |