From 8a9d3cdf3733ed03093ec5c6e4a65549646a6c74 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 10 Oct 2016 22:45:39 +0200 Subject: Added support for compiling the library, the client, and the samples under MSVC 2013 --- src/utilities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/utilities.hpp b/src/utilities.hpp index 02dda069..3074c65a 100644 --- a/src/utilities.hpp +++ b/src/utilities.hpp @@ -210,7 +210,7 @@ bool CheckArgument(const int argc, char *argv[], std::string &help, const std::s // ================================================================================================= // Helper function to check for errors in the status code -constexpr bool ErrorIn(const StatusCode s) { return (s != StatusCode::kSuccess); } +inline bool ErrorIn(const StatusCode s) { return (s != StatusCode::kSuccess); } // ================================================================================================= -- cgit v1.2.3