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:
Dominic Cupo 2017-06-05 11:45:25 -04:00 committed by GitHub
parent 34aec8e87c
commit 6c7b08cbe3

View File

@ -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
( (