aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/2d_array
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/containers/2d_array')
-rw-r--r--library/cpp/containers/2d_array/2d_array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/containers/2d_array/2d_array.h b/library/cpp/containers/2d_array/2d_array.h
index 9e24650637..ecfbf0050d 100644
--- a/library/cpp/containers/2d_array/2d_array.h
+++ b/library/cpp/containers/2d_array/2d_array.h
@@ -3,6 +3,7 @@
#include <util/system/yassert.h>
#include <util/generic/algorithm.h>
+// FIXME: check for Y_IF_DEBUG instead
#ifdef _DEBUG
template <class T>
struct TBoundCheck {