6 messages in com.mysql.lists.plusplusRe: minor compile-time issue with mys...
FromSent OnAttachments
Andrej van der Zee14 Feb 2008 18:18 
Warren Young14 Feb 2008 22:33 
Andrej van der Zee14 Feb 2008 23:37 
Warren Young15 Feb 2008 09:16 
Andrej van der Zee16 Feb 2008 17:28 
Warren Young19 Feb 2008 03:21 
Subject:Re: minor compile-time issue with mysqlpp::null
From:Warren Young (mysq@etr-usa.com)
Date:02/19/2008 03:21:22 AM
List:com.mysql.lists.plusplus

Andrej van der Zee wrote:

I also noticed that if you declare an SSQLS with a Nullable field in it's "key", you get a similar error:

This and everything else you reported is due to the fact that Null<T> doesn't have operator<() defined for it. This will also go in before final release.