Created
September 30, 2011 07:10
-
-
Save madebyjeffrey/1252929 to your computer and use it in GitHub Desktop.
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
In file included from /Users/drakej/Projects/Spider-Fish/glfw-src/Spider-Fish/main.cpp:11: | |
/Users/drakej/Projects/Spider-Fish/glfw-src/Spider-Fish/SpiderFish.h:40:21: error: implicit instantiation of undefined template 'std::__1::array<float, 4>' [3] | |
array<float, 4> viewport; | |
^ | |
/Developer/usr/bin/../lib/c++/v1/__tuple:66:59: note: template is declared here [3] | |
template <class _Tp, size_t _Size> struct _LIBCPP_VISIBLE array; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment