On 08/07/14 18:53 -0700, Tim Shen wrote:
+// libstdc++/61720
+void
+PR61720()
+{
+ bool test __attribute__((unused)) = true;
+
+ string test = R"("test\")";
Does this compile? You've redeclared 'test'
On 08/07/14 18:53 -0700, Tim Shen wrote:
+// libstdc++/61720
+void
+PR61720()
+{
+ bool test __attribute__((unused)) = true;
+
+ string test = R"("test\")";
Does this compile? You've redeclared 'test'