Added inline to check_required
This alleviated an issue I had where during compilation, check_required was defined multiple times
This commit is contained in:
parent
34aec8e87c
commit
6c7b08cbe3
@ -858,6 +858,7 @@ namespace cxxopts
|
||||
};
|
||||
|
||||
// A helper function for setting required arguments
|
||||
inline
|
||||
void
|
||||
check_required
|
||||
(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user