mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Merge remote-tracking branch 'bpay/clang-cl-build-fixes' into development
Conflicts: Engine/source/T3D/shapeBase.h
This commit is contained in:
commit
c2e5dc3345
17 changed files with 40 additions and 27 deletions
|
|
@ -293,11 +293,10 @@ private:
|
|||
// causes an ambiguous cast compile error. Making it private is simply
|
||||
// more insurance that it isn't used on different compilers.
|
||||
// NOTE: disable on GCC since it causes hyper casting to U32 on gcc.
|
||||
#ifndef TORQUE_COMPILER_GCC
|
||||
#if !defined(TORQUE_COMPILER_GCC) && !defined(__clang__)
|
||||
operator const bool() const { return false; }
|
||||
#endif
|
||||
|
||||
|
||||
static void copy(StringChar *dst, const StringChar *src, U32 size);
|
||||
|
||||
StringData *_string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue