gcc/libstdc++-v3/testsuite/20_util/shared_ptr
Jonathan Wakely 93023f35f7 Relax Debug Mode assertions on operator-> for smart pointers.
* include/bits/shared_ptr_base.h (__shared_ptr::operator->): Change
	_GLIBCXX_DEBUG_ASSERT to _GLIBCXX_DEBUG_PEDASSERT.
	* include/bits/unique_ptr.h (unique_ptr::operator->): Likewise.
	* testsuite/20_util/shared_ptr/observers/get.cc: Test operator-> on
	empty shared_ptr.

From-SVN: r227524
2015-09-07 18:17:23 +01:00
..
assign Update copyright years. 2015-01-05 13:33:28 +01:00
atomic libstdc++: Run tests on RTEMS 2015-09-03 05:45:33 +00:00
casts Update copyright years. 2015-01-05 13:33:28 +01:00
comparison Update copyright years. 2015-01-05 13:33:28 +01:00
cons constexpr.cc: Remove redundant -save-temps option. 2015-08-05 21:57:03 +01:00
creation Update copyright years. 2015-01-05 13:33:28 +01:00
dest Update copyright years. 2015-01-05 13:33:28 +01:00
hash Update copyright years. 2015-01-05 13:33:28 +01:00
misc Update copyright years. 2015-01-05 13:33:28 +01:00
modifiers Update copyright years. 2015-01-05 13:33:28 +01:00
observers Relax Debug Mode assertions on operator-> for smart pointers. 2015-09-07 18:17:23 +01:00
requirements/explicit_instantiation Update copyright years. 2015-01-05 13:33:28 +01:00
thread libstdc++: Run tests on RTEMS 2015-09-03 05:45:33 +00:00