余計なヘッダーファイルを削除と文を削除

This commit is contained in:
manga_osyo 2012-05-17 16:15:27 +09:00
parent 43c058d3fe
commit 9fcdb344f1

View file

@ -13,7 +13,6 @@
// <http://www.boost.org/LICENSE_1_0.txt> // <http://www.boost.org/LICENSE_1_0.txt>
// //
#include <sprout/string.hpp> #include <sprout/string.hpp>
#include <iostream>
#include <sstream> #include <sstream>
#include <cassert> #include <cassert>
@ -38,7 +37,6 @@ main(){
static_assert(str2 == "mado", ""); static_assert(str2 == "mado", "");
static_assert(str3 == "42", ""); static_assert(str3 == "42", "");
static_assert(str1 != str2, ""); static_assert(str1 != str2, "");
// static_assert(str4 == "97", "");
// //
// Accessor // Accessor