Corvusoft / restbed

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
http://www.corvusoft.co.uk
Other
1.92k stars 379 forks source link

Type "vector<byte>" should have operator overloading for C++ std::string #505

Closed beemibrahim closed 2 years ago

beemibrahim commented 2 years ago

I should be able to make a vector of byte's be equal to a string .

Example :

string post = "Wanted"; vector dump = post;

ben-crowhurst commented 2 years ago

The STL provides multiple means of achieving the desired goal. Thank you for your suggestion.