polymorphic-map.hxx   polymorphic-map.hxx 
skipping to change at line 44 skipping to change at line 44
const info_type& const info_type&
find (const std::type_info& t) const; find (const std::type_info& t) const;
const info_type& const info_type&
find (const discriminator_type& d) const; find (const discriminator_type& d) const;
public: public:
typedef typedef
std::map<const std::type_info*, std::map<const std::type_info*,
const info_type*, const info_type*,
details::type_info_comparator> odb::details::type_info_comparator> // VC bug.
type_map; type_map;
struct discriminator_comparator struct discriminator_comparator
{ {
bool bool
operator() (const discriminator_type* x, operator() (const discriminator_type* x,
const discriminator_type* y) const const discriminator_type* y) const
{ {
return *x < *y; return *x < *y;
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 version.hxx   version.hxx 
skipping to change at line 34 skipping to change at line 34
// 3.0.0.b2 02999952 // 3.0.0.b2 02999952
// //
// ODB interface version: minor, major, and alpha/beta versions. // ODB interface version: minor, major, and alpha/beta versions.
// //
#define ODB_VERSION 20000 #define ODB_VERSION 20000
#define ODB_VERSION_STR "2.0" #define ODB_VERSION_STR "2.0"
// libodb version: interface version plus the bugfix version. // libodb version: interface version plus the bugfix version.
// //
#define LIBODB_VERSION 2000000 #define LIBODB_VERSION 2000100
#define LIBODB_VERSION_STR "2.0.0" #define LIBODB_VERSION_STR "2.0.1"
#include <odb/post.hxx> #include <odb/post.hxx>
#endif // ODB_VERSION_HXX #endif // ODB_VERSION_HXX
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/