fix C++11 build

This commit is contained in:
MoAlyousef
2020-11-27 17:38:40 +03:00
parent 5dc71f9ba1
commit 16e68d7542
12 changed files with 52 additions and 29 deletions
+4 -2
View File
@@ -1,6 +1,7 @@
#include "help.h"
namespace cmkr::help {
namespace cmkr {
namespace help {
const char *version() noexcept { return "cmkr version 0.1.2"; }
@@ -17,7 +18,8 @@ arguments:
version Current cmkr version.
)lit";
}
} // namespace cmkr::help
} // namespace help
} // namespace cmkr
const char *cmkr_help_version(void) { return cmkr::help::version(); }