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:
@@ -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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user