OSVR-Core
list.h
Go to the documentation of this file.
1 
14 #pragma once
15 
16 #include <list>
17 using std::list;
18 
19 // Disable dll export that depends on the SGI STL implementation
20 #undef GHOST_EXTRA_TEMPLATE_DECLARATIONS