Files
gcc/libstdc++-v3
Jonathan Wakely 8e72571637 stl_list.h (_M_resize_pos(size_type&)): Declare.
* include/bits/stl_list.h (_M_resize_pos(size_type&)): Declare.
	(operator==(const list&, const list&)): If size() is O(1) compare
	sizes before comparing each element.
	* include/bits/list.tcc (list::_M_resize_pos(size_type&)): Define.
	(list::resize): Use _M_resize_pos.

From-SVN: r223416
2015-05-19 23:24:50 +01:00
..
2015-05-19 12:47:50 +00:00
2015-05-13 21:15:31 +00:00
2015-05-13 21:15:31 +00:00
2015-05-13 10:51:03 +00:00
2015-05-13 10:51:03 +00:00
2015-04-30 20:11:52 +01:00
2015-05-13 10:51:03 +00:00
2015-01-02 16:50:36 +00:00
2015-05-19 12:47:50 +00:00
2015-05-13 10:51:03 +00:00

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.