mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 20:35:48 -04:00
Redefinition of default template argument
Sometimes it's annoying how MSVC casually allows you to break C++ standards
This commit is contained in:
parent
f77ae711e4
commit
b714e5211d
@ -9,9 +9,7 @@
|
|||||||
namespace CSMWorld
|
namespace CSMWorld
|
||||||
{
|
{
|
||||||
struct Cell;
|
struct Cell;
|
||||||
template<typename T>
|
template<typename T, typename AT>
|
||||||
struct IdAccessor;
|
|
||||||
template<typename T, typename AT = IdAccessor<T> >
|
|
||||||
class IdCollection;
|
class IdCollection;
|
||||||
|
|
||||||
/// \brief Wrapper for Pathgrid record
|
/// \brief Wrapper for Pathgrid record
|
||||||
|
@ -9,9 +9,7 @@ namespace ESM
|
|||||||
namespace CSMWorld
|
namespace CSMWorld
|
||||||
{
|
{
|
||||||
struct Cell;
|
struct Cell;
|
||||||
template<typename T>
|
template<typename T, typename AT>
|
||||||
struct IdAccessor;
|
|
||||||
template<typename T, typename AT = IdAccessor<T> >
|
|
||||||
class IdCollection;
|
class IdCollection;
|
||||||
|
|
||||||
/// \brief Single type collection of top level records that are associated with cells
|
/// \brief Single type collection of top level records that are associated with cells
|
||||||
|
Loading…
x
Reference in New Issue
Block a user