X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.h;h=3b579a664feff1caec0786de762b305647e5fe78;hp=64a946c80f1b4bd9ee35509c8f297fde0bdf6671;hb=817e584903996a041692640720a5a272d847a3c7;hpb=5c67ff04d21b2d85f6156eed3b1f05120d24a757 diff --git a/source/core/getopt.h b/source/core/getopt.h index 64a946c..3b579a6 100644 --- a/source/core/getopt.h +++ b/source/core/getopt.h @@ -6,7 +6,6 @@ #include #include #include -#include "attributes.h" #include "noncopyable.h" namespace Msp { @@ -216,10 +215,6 @@ public: GetOpt(); ~GetOpt(); - /** Returns any non-option arguments encountered during processing. - Deprecated; use add_argument instead. */ - DEPRECATED const std::vector &get_args() const { return args_raw; } - /** Adds an option with both short and long forms. Processing depends on the type of the destination variable and whether an argument is taken or not. With an argument, the value is lexical_cast to the appropriate type