ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
Re: [boost] Serialization Draft # 12
by Robert Ramey other posts by this author
Sep 18 2003 8:58PM messages near this date
Re: [boost] Re: License updates for 1.30.2 | Re: [boost] Serialization Draft # 12
Vladimir Prus wrote:

> -            if(file_version >= unsigned int(2))
> +            if(file_version >= static_cast<unsigned int>(2))

Hmm - I just changed it to:
	if(file_version > = 2)

It compiles with VC and gcc 3.2.  Does gcc 3.2 complain about that?

> -        ar.register_type<bus_stop_corner>();
> -        ar.register_type<bus_stop_destination>();
> +        ar.template register_type<bus_stop_corner>();
> +        ar.template register_type<bus_stop_destination>();
 
gosh - I've never seen that syntax before.  I don't even know
what it means.  What was the 3.3 complaint with the original?

Robert Ramey

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Robert Ramey
Vladimir Prus
Guillaume Melquiond
Vladimir Prus

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved