[Bf-committers] CVS commit: blender/intern/container CTR_TaggedSetOps.h

Kent Mein bf-committers@blender.org
Tue, 21 Jan 2003 19:31:50 +0100 (CET)


sirdude (Kent Mein) 2003/01/21 19:31:50 CET

  Modified files:
    blender/intern/container CTR_TaggedSetOps.h 
  
  Log:
  This commit may need to be reversed, for some of the older compilers but
  I'm guessing its safe.
  
  Basically it fixes a warning about typedef usage.
  Reading the docs on gcc-3.2 it says that classes that use a typedef
  need to have the keyword "typename" infront of them according to the c++
  standard.  Currently it only produces a warning but it may be an
  error later, so I figured why not fix it.
  
  Kent
  
  Revision  Changes    Path
  1.6       +33 -17    blender/intern/container/CTR_TaggedSetOps.h