Преглед на файлове

Added note to ForEach.h of VS2008 incompatibility.

Lasse Öörni преди 11 години
родител
ревизия
8f587296f2
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      Source/Engine/Container/ForEach.h

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

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