Re: [C++-sig] Multiple registration safety and unit testing

2016-02-01 Thread David Sankel
On Sat, Jan 30, 2016 at 7:30 AM, Stefan Seefeld wrote: > On 29.01.2016 19:19, David Sankel wrote: > > Hello all, > > > > I'd like to allow a class to be registered more than once and wanted > > to get your opinion if this change would be a good idea. > > >

[C++-sig] Multiple registration safety and unit testing

2016-01-30 Thread David Sankel
onverter::registry::insert' function from: The behavior is undefined unless the specified 'type_info' object has not already been registered. to: The behavior is undefined unless the specified 'type_info' object has not already been registered with a semantically different con