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:
@@ -27,7 +27,7 @@ GJK-EPA collision solver by Nathanael Presson, 2008
|
||||
|
||||
#include "b3SupportMappings.h"
|
||||
|
||||
namespace gjkepa2_impl
|
||||
namespace gjkepa2_impl2
|
||||
{
|
||||
|
||||
// Config
|
||||
@@ -832,7 +832,7 @@ namespace gjkepa2_impl
|
||||
// Api
|
||||
//
|
||||
|
||||
using namespace gjkepa2_impl;
|
||||
using namespace gjkepa2_impl2;
|
||||
|
||||
//
|
||||
int b3GjkEpaSolver2::StackSizeRequirement()
|
||||
|
||||
Reference in New Issue
Block a user