operation/set.hpp 追加

random/shuffle_order.hpp 追加
This commit is contained in:
bolero-MURAKAMI 2011-10-18 17:13:16 +09:00
parent 6e6c515704
commit 01a0ce4380
9 changed files with 356 additions and 2 deletions

View file

@ -95,7 +95,7 @@ namespace sprout {
)
{
IntType x;
if(lhs >> x) {
if (lhs >> x) {
if(arg_check_nothrow(x)) {
rhs.x_ = x;
} else {