X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=c%2B%2B0x%2Fattribute.cpp;h=6c341bd9019b419d9c9647d9e43203d283b6af20;hb=695c2222293c1a245ac5a316edf031f5f5a7bb30;hp=70b2391347836f2a64a0605d3a3811e2b3871eec;hpb=eec78fce81e81ed3386af841083ab17dee6f1a85;p=xml-template 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")),