Skip to content

Instantly share code, notes, and snippets.

@madebyjeffrey
Created September 30, 2011 07:10
Show Gist options
  • Save madebyjeffrey/1252929 to your computer and use it in GitHub Desktop.
Save madebyjeffrey/1252929 to your computer and use it in GitHub Desktop.
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