mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
polish before pull request
This commit is contained in:
parent
4a92dde562
commit
9234eb3216
@ -454,7 +454,6 @@ int main ()
|
|||||||
|
|
||||||
//example with variadic bind (requires c++14)
|
//example with variadic bind (requires c++14)
|
||||||
try {
|
try {
|
||||||
std::cout<<"cplusplus version is "<<__cplusplus<<'\n';
|
|
||||||
demonstrateVariadicBind();
|
demonstrateVariadicBind();
|
||||||
} catch (std::exception& e) {
|
} catch (std::exception& e) {
|
||||||
std::cout << "SQLite exception: " << e.what() << std::endl;
|
std::cout << "SQLite exception: " << e.what() << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user