Re: [Algorithms] How to get 3dvector largest coordinate index?
Brought to you by:
vexxed72
From: liam m. <lia...@go...> - 2009-03-06 10:00:21
|
2009/3/6 Gino van den Bergen <gin...@gm...> > The whole "union is > considered harmful" debate seems to be a mostly religious one. > > It is really quite simple in that it is undefined behaviour to type cast using a union. Now if you want to heed this information it is up to you, just because something works on day X on compiler Y does not mean it will work on a different version of the compiler or on a different compiler altogether. |