Skip to content

Murmur

Compare
Choose a tag to compare
@3Hren 3Hren released this 17 Nov 10:22

Bug fixes

  • Fixed improper type mapping by name.

When registering Cartesian product of all possible formatters and sinks with the factory, they are internally mapped into typeid structure to be able to extract proper type factory by its name or by user-defined mapper trait.

Accidentally I've just forgot to write proper code for default case (mapping by entity name). Now the default type mapping checks whether type name is equal with the given one.