On 11/12/12, Andrej Mitrovic <[email protected]> wrote: > Otherwise people use workarounds like "alias > void[0][string] StringSet", and wrap such a type in a struct with > operator overloads to emulate the built-in hash syntax.
Unfortunately this is also problematic with libraries which don't handle this type. For example serialization libraries can choke on such a type, and probably any routine that isn't specifically designed to work with void[0] will choke.
