Jonathan Wakely wrote:
> This one was caught by GCC's debug mode.
I'm guessing you mean an STL debug mode, not -g or something like that.
The bootstrap 'pedantic' option should turn this on, but I don't know
how, so...hint please? :)
> resetdb: ./lib/type_info.h:117: const unsigned char&
> mysqlpp::mysql_ti_sql_type_info_lookup::operator[](const
> std::type_info&) const: Assertion `map_.find(&ti) != map_.end()'
> failed.
Appears to be fixed in svn, but please try it yourself since you know
what this debug mode is and I don't.