Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -38,7 +38,6 @@
#include <memory> // for unique_ptr, allocator, __shared_ptr_...
#include <string> // for operator<<, char_traits
#include <vector> // for vector
const auto logger_name = "libcaosdb";
using boost::program_options::bool_switch;
@@ -163,7 +162,7 @@ auto main(int argc, const char *argv[]) -> int {
store(parser.run(), vm);
notify(vm);
if (vm.count("help")) {
if (vm.count("help") != 0U) {
std::cout << desc << std::endl;
} else if (vm["version"].as<bool>()) {
} else if (vm.count("test-connection") != 0U) {
Loading