Commit 56a01d53 by Paolo Carlini Committed by Paolo Carlini

type_traits: Fix minor formatting nit.

2009-12-30  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/type_traits: Fix minor formatting nit.

From-SVN: r155530
parent 75995f37
2009-12-30 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/type_traits: Fix minor formatting nit.
2009-12-30 Daniel Frey <d.frey@gmx.de> 2009-12-30 Daniel Frey <d.frey@gmx.de>
Paolo Carlini <paolo.carlini@oracle.com> Paolo Carlini <paolo.carlini@oracle.com>
......
...@@ -300,7 +300,7 @@ namespace std ...@@ -300,7 +300,7 @@ namespace std
{ {
private: private:
template<typename _To1, typename _From1> template<typename _To1, typename _From1>
static decltype( static_cast<_To1>(declval<_From1>()), __one()) static decltype(static_cast<_To1>(declval<_From1>()), __one())
__test(int); __test(int);
template<typename, typename> template<typename, typename>
......
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