From 2f0fd9a6468f8ac5543c741b0e23280fe2329829 Mon Sep 17 00:00:00 2001 From: pommedeterresautee Date: Mon, 28 Oct 2019 09:32:12 +0100 Subject: [PATCH] released version --- CRAN-RELEASE | 4 ++-- cleanup | 2 +- src/fasttext/args.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 050d55a..4266fe3 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2019-05-30. -Once it is accepted, delete this file and tag the release (commit eaa4821769). +This package was submitted to CRAN on 2019-10-27. +Once it is accepted, delete this file and tag the release (commit 7c1c7cdf4a). diff --git a/cleanup b/cleanup index 616ecec..3d679c7 100755 --- a/cleanup +++ b/cleanup @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh rm -Rf src/*.o src/fasttext/*.o src/*.so src/fasttext/*.so src/*.dll src/fasttext/*.dll src/*.dylib src/fasttext/*.dylib src/symbols.rds diff --git a/src/fasttext/args.cc b/src/fasttext/args.cc index 1d089e1..0c6e7e3 100644 --- a/src/fasttext/args.cc +++ b/src/fasttext/args.cc @@ -209,7 +209,7 @@ void Args::parseArgs(const std::vector& args) { printHelp(); exit(EXIT_FAILURE); } - } catch (std::out_of_range) { + } catch (std::out_of_range&) { std::cerr << args[ai] << " is missing an argument" << std::endl; printHelp(); exit(EXIT_FAILURE);