From 877f847ce6a08c564276732ca2e62a08b8a1888a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Krzemie=C5=84ski?= Date: Mon, 25 Mar 2019 21:47:04 +0100 Subject: unmarked some optional tests Ever since optional references have been rewritten these tests pass in MSVC. --- status/explicit-failures-markup.xml | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'status') diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 46755b5399..d4b0309243 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -3419,32 +3419,6 @@ for more information. - - - - -

This is a compiler bug: it sometimes creates an illegal temporary object. - The following code illustrates the bug:

-
-		#include <cassert>
-		const int global_i = 0;
-		
-		struct TestingReferenceBinding
-		{
-		  void operator=(const int& ii)
-		  {
-		    assert(&ii == &global_i);
-		  }
-		};
-		
-		int main()
-		{
-		  TestingReferenceBinding ttt;
-		  ttt = global_i;
-		}
-                
-
-
@@ -3477,17 +3451,6 @@ for more information. - - - - - - - - -

This is a compiler bug: it sometimes creates an illegal temporary object.

-
-
-- cgit v1.2.1