re PR libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_traits> header)

2012-04-20  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/53052
	* include/std/type_traits (is_explicitly_convertible): Remove.
	* testsuite/20_util/is_explicitly_convertible: Likewise.
	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
	Adjust dg-error line numbers.
	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
	Likewise.
	* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.

From-SVN: r186618
This commit is contained in:
Paolo Carlini 2012-04-20 09:39:29 +00:00
parent b4989a1af9
commit aa5889c373
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
// { dg-error "static assertion failed" "" { target *-*-* } 1792 }
// { dg-error "static assertion failed" "" { target *-*-* } 1786 }
#include <utility>

View File

@ -49,5 +49,5 @@ void test01()
// { dg-error "required from here" "" { target *-*-* } 41 }
// { dg-error "required from here" "" { target *-*-* } 43 }
// { dg-error "invalid use of incomplete type" "" { target *-*-* } 1581 }
// { dg-error "declaration of" "" { target *-*-* } 1545 }
// { dg-error "invalid use of incomplete type" "" { target *-*-* } 1575 }
// { dg-error "declaration of" "" { target *-*-* } 1539 }

View File

@ -49,5 +49,5 @@ void test01()
// { dg-error "required from here" "" { target *-*-* } 41 }
// { dg-error "required from here" "" { target *-*-* } 43 }
// { dg-error "invalid use of incomplete type" "" { target *-*-* } 1499 }
// { dg-error "declaration of" "" { target *-*-* } 1463 }
// { dg-error "invalid use of incomplete type" "" { target *-*-* } 1493 }
// { dg-error "declaration of" "" { target *-*-* } 1457 }