5#if __cplusplus >= 201103L || defined(ARGX_AS_PYTHON_PACKAGE)
12 class [[deprecated(
"ARGXAddError is deprecated, there is no direct replacement, this function is going to be removed in version 1.4.0")]]
22 std::pair<
const char* ,
const char* >
what() const noexcept;
27# error "Must compile with C++11 support or newer"
28# pragma message("Current standard is " ARGX_TOSTRING(__cplusplus))
ARGXAddError(const std::string &msg, const std::string &help="")
std::pair< const char *, const char * > what() const noexcept