r270648 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Mon Apr 29 12:35:00 GMT 2019


Author: redi
Date: Mon Apr 29 12:35:24 2019
New Revision: 270648

URL: https://gcc.gnu.org/viewcvs?rev=270648&root=gcc&view=rev
Log:
Add nodiscard to std::vector<bool>::empty()

We already added it to the std::vector primary template.

	* include/bits/stl_bvector.h (vector<bool>::empty()): Add nodiscard
	attribute.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_bvector.h



More information about the Libstdc++-cvs mailing list