fix adapt interface: container, tuple, hash, generator

This commit is contained in:
bolero-MURAKAMI 2013-04-22 13:04:27 +09:00
commit 74e0c8acd6
36 changed files with 975 additions and 1061 deletions

View file

@ -172,7 +172,7 @@ namespace sprout {
ray,
det_sq > 0,
b,
sprout::sqrt(det_sq)
det_sq > 0 ? sprout::sqrt(det_sq) : unit_type(0)
)
);
}