This commit is contained in:
Bolero-MURAKAMI 2013-09-13 17:22:10 +09:00
parent 350e883d35
commit 88ee58bcf4
80 changed files with 1547 additions and 164 deletions

View file

@ -23,8 +23,10 @@ Examples
using namespace sprout;
auto x = string<8>("homuhomu");
x.clear();
SPROUT_ASSERT_MSG(x.size() == 0 && x == "", "string is cleared.");
int main() {
x.clear();
SPROUT_ASSERT_MSG(x.size() == 0 && x == "", "string is cleared.");
}
Header
========================================