seznam / SuperiorMySqlpp

SuperiorMySQL++
GNU Lesser General Public License v3.0
31 stars 20 forks source link

Replace `string_view::to_string` with string ctor #47

Closed OpatrilPeter closed 6 years ago

OpatrilPeter commented 6 years ago

Method to_string in experimental (pre-C++17) version of std::string_view was removed from C++17 standard. New preferred (and backward compatible) way is calling std::string constructor.