Voting a type off the island

W

woodbrian77

I have marshalling support for these types:

char, int8_t, int16_t, int32_t, int64_t,
uint8_t, uint16_t, uint32_t, uint64_t, float, double
Standard library containers: deque, list, slist,
vector, (multi)map, (multi)set, unordered_(multi)map,
unordered_(multi)set

std::array
boost::circular_buffer
std::complex
hash_(multi)map, hash_(multi)set
ilist -- aka boost::intrusive::list
boost::multi_index_container
Boost Range -- iterator_range -- sub_range
boost::intrusive::rbtree
boost::scoped_ptr
segmented_array
boost::stable_vector
std::string
std::unique_ptr
std::valarrary

I'm thinking about removing support for one of these
types. My top candidates are circular_buffer and
valarray. What do you think?

And if you have a suggestion for a type to add to
the list, please let me know. I haven't added support
for a new type in a while. Maybe the dust has settled
as far as what types/libraries are doing well?

Brian
Ebenezer Enterprises - John 3:16
http://webEbenezer.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top