From 695c2222293c1a245ac5a316edf031f5f5a7bb30 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Thu, 22 Sep 2011 00:37:23 +0200 Subject: [PATCH] Fix an error in the attribute test. --- c++0x/attribute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++0x/attribute.cpp b/c++0x/attribute.cpp index 70b2391..6c341bd 100644 --- a/c++0x/attribute.cpp +++ b/c++0x/attribute.cpp @@ -7,7 +7,7 @@ using namespace std; int main(int argc, char **argv) { Substitute master_directive = { - make_pair("color", new Replace("blue")), + make_pair("color", new Replace("red")), make_pair("#things", new Clone { new Substitute { make_pair("li", new Replace("Raindrops on roses")), -- 2.39.2