]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r251066:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 31 May 2013 20:11:07 +0000 (20:11 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 31 May 2013 20:11:07 +0000 (20:11 +0000)
commit0ff3d85f9b7b09a5a15a5afd7f29258aa7ff8277
tree3c30a96d9e7929f8e255eddb52bfa1484cc61a58
parentccc480018254e1545a2773e2cea676d5c8023f5b
MFC r251066:

Fix warnings from newer clang versions about constexpr member functions
not being implicitly const in libc++'s <chrono> header.  The warnings
have been introduced because of new language rules recently adopted by
the C++ WG.  More info:

<http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3598.html>

git-svn-id: svn://svn.freebsd.org/base/stable/9@251193 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/libc++/include/chrono