Browse Source

We do not sorry about error messages

doc
Christos Houtouridis 5 years ago
parent
commit
7d394fa4f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/utl/impl/version.h

+ 1
- 1
include/utl/impl/version.h View File

@@ -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__ */

Loading…
Cancel
Save