seznam / SuperiorMySqlpp

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

Add Stmt tieResults convenience method #59

Closed OpatrilPeter closed 5 years ago

OpatrilPeter commented 5 years ago

After giving it some thought and team discussion, I've decided to drop this PR. While it is more concise then usual std::tie/std::get solution, I feel it's less suprising to just use the usual ways of dealing with std::tuple, especially in face of C++17 structured bindings.