You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add C++ support
To be portable across C and C++ cvector needs only a couple of changes
where C++ needs explicit casts. A macro cvector_typeof is made to cast
in C++ and do nothing in C and it is applied in needed places
* Get rid of type traits
std::remove_reference can be replaced with just taking an address of
the first element
0 commit comments