Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e49fbac4 authored by Quentin Khan's avatar Quentin Khan
Browse files

Fix allocator_type_tuple alias definition

parent 35c52bf0
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ public: ...@@ -88,7 +88,7 @@ public:
using difference_type = std::ptrdiff_t; using difference_type = std::ptrdiff_t;
using size_type = std::size_t; using size_type = std::size_t;
using allocator_type_tuple = std::tuple<typename Allocator::template rebind<Types>...>; using allocator_type_tuple = std::tuple<typename Allocator::template rebind<Types>::other...>;
constexpr static auto indices = inria::make_index_sequence<sizeof...(Types)>(); constexpr static auto indices = inria::make_index_sequence<sizeof...(Types)>();
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment