fouronnes / cppiceberg

The C++ Iceberg
https://fouronnes.github.io/cppiceberg/
52 stars 3 forks source link

Cover std::valarray #3

Open MarekR22 opened 1 month ago

MarekR22 commented 1 month ago

This is very old, but most unknown container type (so if fits into C++ iceberg):

std::valarray.

It has strange operator[].

fouronnes commented 1 month ago

Thanks for the suggestion, I'll add it in the next batch! I usually wait until I have a few to add because I need to rearange the layout, etc. But I'll put it in ;)