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