Just a quick one! Rebuilding (on mingw) from SVN after the recent wad of
changes:
lib/coldata.h:177: error: there are no arguments to `data' that depend
on a template parameter, so a declaration of `data' must be available
lib/coldata.h:328: error: there are no arguments to `data' that depend
on a template parameter, so a declaration of `data' must be available
lib/coldata.h:328: error: there are no arguments to `length' that depend
on a template parameter, so a declaration of `length' must be available
Just needs Str::data() and Str::length() respectively.
Joel