Fixed|GCC: Build failure casting templated functions
When applying a C style cast, gcc 4.2 loses track of some vital"contextual information" and fails to build these casts.
de::function_cast<> seems to work around the issue.
(gcc 4.2 is being used in Snow Leopard.)
View differences
Fixed|GCC: Build failure casting templated functions
When applying a C style cast, gcc 4.2 loses track of some vital
"contextual information" and fails to build these casts.
de::function_cast<> seems to work around the issue.
(gcc 4.2 is being used in Snow Leopard.)