// -*- C++ -*- #ifndef __anonymous_range_h__ #define __anonymous_range_h__ #include #include "base_def.h" namespace MultiArrayTools { typedef SingleIndex AnonymousIndex; class AnonymousRange : public RangeBase { }; } /* ========================= * * --- TEMPLATE CODE --- * * ========================= */ // ... #endif