Commit f9badf71 by Jonathan Wakely Committed by Jonathan Wakely

* include/std/type_traits (__cpp_lib_bool_constant): Define.

From-SVN: r229152
parent 78fd2726
2015-10-21 Jonathan Wakely <jwakely@redhat.com>
* include/std/type_traits (__cpp_lib_bool_constant): Define.
2015-10-16 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/configure.xml: Document
......
......@@ -93,7 +93,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
using __bool_constant = integral_constant<bool, __v>;
#if __cplusplus > 201402L
// TODO: #define __cpp_lib_bool_constant 201505
# define __cpp_lib_bool_constant 201505
template<bool __v>
using bool_constant = integral_constant<bool, __v>;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment