OSDN Git Service

dom_test.cpp: なんかis_empty無いね・・・?
authorMyun2 <myun2@nwhite.info>
Tue, 21 Dec 2010 13:51:14 +0000 (22:51 +0900)
committerMyun2 <myun2@nwhite.info>
Tue, 21 Dec 2010 13:51:14 +0000 (22:51 +0900)
roast/test/lexical_test/dom_test.cpp

index 7f8c5fb..6982d97 100644 (file)
@@ -91,7 +91,7 @@ int main()
        }
        return 0;
 
-       try
+/*     try
        {
                if ( !doc.is_empty() )
                {
@@ -120,7 +120,7 @@ int main()
                printf("\n\n#############################################################################"
                        "\n%s\n", e.c_str());
                //printf("Error!!\n");
-       }
+       }*/
 
        return 0;
 }