rewrite sprout::algorithm::join performance

This commit is contained in:
bolero-MURAKAMI 2012-05-22 01:06:13 +09:00
parent 0ceabb5b9b
commit 1ea9d30e2a
145 changed files with 1359 additions and 364 deletions

View file

@ -4,7 +4,7 @@
// Copyright (c) 2012
// bolero-MURAKAMI : http://d.hatena.ne.jp/boleros/
// osyo-manga : http://d.hatena.ne.jp/osyo-manga/
//
//
// Readme:
// https://github.com/osyo-manga/cpp-half/blob/master/README
//
@ -22,7 +22,7 @@
//
int
main(){
//
// String literal to Sprout.String
//
@ -66,7 +66,7 @@ main(){
static_assert(*(str1.end() - 1) == 'u', "");
static_assert(*(str1.rbegin() + 1) == 'm', "");
static_assert(*(str1.rend() - 2) == 'o', "");
//
// IOStream
//