Created
December 30, 2015 14:05
-
-
Save pmiddend/54ffc22be05ae84a95e3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| /home/philipp/Programming/openstryker/level_reader/src/main.cpp:114:5: error: no matching function for | |
| call to 'optional_apply' | |
| fcppt::optional_apply( | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
| /home/philipp/local/include/fcppt/optional_apply.hpp:41:1: note: candidate template ignored: | |
| substitution failure [with Function = (lambda at | |
| /home/philipp/Programming/openstryker/level_reader/src/main.cpp:115:7), Optionals = <>]: no | |
| matching function for call to object of type 'const (lambda at | |
| /home/philipp/Programming/openstryker/level_reader/src/main.cpp:115:7)' | |
| optional_apply( | |
| ^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment