forked from weisslj/cpp-optparse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the forward declaration of class Option
OptionContainer has an std::list of Option objects that aren't pointers. GCC 5.3 is more strict with forward declarations, so just reorder the class definition so it is delcared prior to OptionContainer.
- Loading branch information
1 parent
68252f4
commit 02093a6
Showing
1 changed file
with
63 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters