dpp icon indicating copy to clipboard operation
dpp copied to clipboard

Write little wrappers to access the blob for commonest types

Open Laeeth opened this issue 5 years ago • 3 comments

Array, vector, map, string, sharedptr. Anything else?

I did preliminary work but it's pretty rough. And we are missing map (ilya has done in Xenon), array and sharedptr.

Laeeth avatar Dec 31 '18 13:12 Laeeth

Those and unique_ptr, map, unordered_map should cover >95% of STL usage.

atilaneves avatar Dec 31 '18 16:12 atilaneves

Does it make sense to have a cpp wrapper around D std.allocator ? Or is that crazy?

Laeeth avatar Jan 01 '19 02:01 Laeeth

Does it make sense to have a cpp wrapper around D std.allocator ? Or is that crazy?

Not crazy, but the interface isn't the same. It might be a lot of work. I'm not sure, I'd have to try first.

atilaneves avatar Jan 03 '19 10:01 atilaneves