Skip to content
Snippets Groups Projects
Unverified Commit 29ad18f0 authored by Arsen Arsenović's avatar Arsen Arsenović Committed by Arsen Arsenović
Browse files

libstdc++: rename _A badname in <generator>

libstdc++-v3/ChangeLog:

	* include/std/generator (_Stateless_alloc): Rename typename _A
	to _All.
parent 00dea7e8
No related branches found
No related tags found
No related merge requests found
...@@ -405,9 +405,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -405,9 +405,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
} }
}; };
template<typename _A> template<typename _All>
concept _Stateless_alloc = (allocator_traits<_A>::is_always_equal::value concept _Stateless_alloc = (allocator_traits<_All>::is_always_equal::value
&& default_initializable<_A>); && default_initializable<_All>);
template<typename _Alloc> template<typename _Alloc>
class _Promise_alloc class _Promise_alloc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment