clang gets confused/crashes when using the same namespace,

need to look if it is a real error or clang issue
should fix Issue 520
https://github.com/bulletphysics/bullet3/issues/520
This commit is contained in:
Erwin Coumans
2015-11-08 13:49:37 -08:00
parent 3b9b803683
commit 72b68409da
2 changed files with 3 additions and 2 deletions

View File

@@ -128,6 +128,7 @@
{ {
'ARCHS = "$(ARCHS_STANDARD_32_BIT) $(ARCHS_STANDARD_64_BIT)"', 'ARCHS = "$(ARCHS_STANDARD_32_BIT) $(ARCHS_STANDARD_64_BIT)"',
'VALID_ARCHS = "x86_64 i386"', 'VALID_ARCHS = "x86_64 i386"',
-- 'SDKROOT = "macosx10.9"',
} }
end end
end end

View File

@@ -27,7 +27,7 @@ GJK-EPA collision solver by Nathanael Presson, 2008
#include "b3SupportMappings.h" #include "b3SupportMappings.h"
namespace gjkepa2_impl namespace gjkepa2_impl2
{ {
// Config // Config
@@ -832,7 +832,7 @@ namespace gjkepa2_impl
// Api // Api
// //
using namespace gjkepa2_impl; using namespace gjkepa2_impl2;
// //
int b3GjkEpaSolver2::StackSizeRequirement() int b3GjkEpaSolver2::StackSizeRequirement()