| 2759 | void setApplicationArguments(int argc, char** argv); |
| 2760 | |
| 2761 | inline void setApplicationArguments(int argc, const char** argv) { |
| 2762 | setApplicationArguments(argc, const_cast<char**>(argv)); |
| 2763 | } |
| 2764 | }; |
| 2765 | extern ELPP_EXPORT base::type::StoragePointer elStorage; |
| 2766 | #define ELPP el::base::elStorage |