Remove MSVC-specific fix

This commit is contained in:
Lynix 2019-01-19 02:21:29 +01:00
parent bc625b5c8b
commit ecd42704a6
1 changed files with 0 additions and 5 deletions

View File

@ -408,12 +408,7 @@ namespace Nz
template<typename T>
template<CullTest Type>
#ifdef NAZARA_COMPILER_MSVC
// MSVC bug
typename CullingList<T>::Entry<Type>& CullingList<T>::Entry<Type>::operator=(Entry&& entry)
#else
typename CullingList<T>::template Entry<Type>& CullingList<T>::Entry<Type>::operator=(Entry&& entry)
#endif
{
m_index = entry.m_index;
m_parent = entry.m_parent;