From 9234eb32164fd34fc820be8325a5e9298a66816d Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Wed, 15 Jun 2016 20:43:11 +0200 Subject: [PATCH] polish before pull request --- examples/example1/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/example1/main.cpp b/examples/example1/main.cpp index b11640d..4049940 100644 --- a/examples/example1/main.cpp +++ b/examples/example1/main.cpp @@ -454,7 +454,6 @@ int main () //example with variadic bind (requires c++14) try { - std::cout<<"cplusplus version is "<<__cplusplus<<'\n'; demonstrateVariadicBind(); } catch (std::exception& e) { std::cout << "SQLite exception: " << e.what() << std::endl;