Some cleanup
This commit is contained in:
parent
3f5bbb3062
commit
3c6bcb9046
@ -22,8 +22,8 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CXX_OPTS_HPP
|
#ifndef CXXOPTS_HPP_INCLUDED
|
||||||
#define CXX_OPTS_HPP
|
#define CXXOPTS_HPP_INCLUDED
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
@ -1877,8 +1877,4 @@ Options::group_help(const std::string& group) const
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__GNU__)
|
#endif //CXXOPTS_HPP_INCLUDED
|
||||||
#pragma GCC diagnostic pop
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif //CXX_OPTS_HPP
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user