From 7d394fa4f525d2c2235995c88c8ca2d3c12e2763 Mon Sep 17 00:00:00 2001 From: Christos Houtouridis Date: Wed, 24 Oct 2018 22:27:54 +0300 Subject: [PATCH] We do not sorry about error messages --- include/utl/impl/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utl/impl/version.h b/include/utl/impl/version.h index f7a6f91..49c52fc 100755 --- a/include/utl/impl/version.h +++ b/include/utl/impl/version.h @@ -34,7 +34,7 @@ + UTL_VERSION_PATCH) #if __cplusplus < 201103L -#error "Sorry. uTL requires C++11" +#error "uTL requires C++11" #endif #endif /* __utl_impl_version_h__ */