Created
August 17, 2014 05:31
-
-
Save amcjen/48976c5fa8010ec42e7f 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
In file included from /Volumes/Data/Users/eric/Documents/Arduino/libraries/pinoccio/src/Scout.h:17:0, | |
from PinPip.ino:4: | |
/Volumes/Data/Users/eric/Documents/Arduino/libraries/pinoccio/src/util/Callback.h:65:1: error: 'constexpr' does not name a type | |
constexpr Callback<Ret, Args...> build_callback(Ret (*f)(Args...)) { | |
^ | |
/Volumes/Data/Users/eric/Documents/Arduino/libraries/pinoccio/src/util/Callback.h:65:1: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment