Comment out re2c_test::range reference in re2c::Range

This commit is contained in:
Randy Heit 2016-02-08 20:38:59 -06:00
parent 1ca2293983
commit a116c10574

View file

@ -55,7 +55,7 @@ private:
static void append (Range ** & ptail, uint32_t l, uint32_t u);
// test addition and subtraction
template <uint8_t> friend Range * re2c_test::range (uint32_t n);
//template <uint8_t> friend Range * re2c_test::range (uint32_t n);
FORBID_COPY (Range);
};