This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove invalid alias declaration from _Node_handle


This alias-declaration isn't valid (it should go through
allocator_traits) but isn't needed anyway.

	* include/bits/node_handle.h (_Node_handle): Remove invalid and unused
	alias declaration.

Tested powerpc64le-linux, committing to trunk.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]