1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix: support for clang3.3

This commit is contained in:
bolero-MURAKAMI 2013-06-17 23:44:18 +09:00
parent c8d3fbe597
commit 4182fb3fea
5 changed files with 16 additions and 8 deletions

View file

@ -46,7 +46,7 @@ namespace sprout {
private:
template<typename Vector>
SPROUT_CONSTEXPR bool
within_test(Vector const& d0, Vector const& d1) {
within_test(Vector const& d0, Vector const& d1) const {
return sprout::darkroom::coords::dot(
sprout::darkroom::coords::cross(d0, d1),
normal_