Browse Source

Added note to ForEach.h of VS2008 incompatibility.

Lasse Öörni 11 years ago
parent
commit
8f587296f2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/Engine/Container/ForEach.h

+ 2 - 0
Source/Engine/Container/ForEach.h

@@ -2,6 +2,8 @@
 
 
 #include "Vector.h"
 #include "Vector.h"
 
 
+// Note: ForEach is not supported on all compilers, such as VS2008.
+
 namespace Urho3D {
 namespace Urho3D {
 
 
 template<typename T>
 template<typename T>