gcc6 has something strange to say about these and wont compile.
reference to 'array' is ambigious
from rogerborgs formation demo.
array<Unit *> Units;
just some code i had
array<ISceneNode*> obstacleNode;
not sure how to fix them yet
array ambigious
array ambigious
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: array ambigious
irr::core:: infront seemed to fix it
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: array ambigious
This usually happens when you are doing stuff like "using namespace" - but have different namespaces which have classes with the same names in them. Like STL (std) and Irrlicht (irr).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm