mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
余計なヘッダーファイルを削除と文を削除
This commit is contained in:
parent
43c058d3fe
commit
9fcdb344f1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue