/usr/include/ITK-4.5/sgi/vcl_deque.txx is in libinsighttoolkit4-dev 4.5.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #ifndef vcl_sgi_deque_txx_
#define vcl_sgi_deque_txx_
#undef VCL_DEQUE_INSTANTIATE
#if VCL_USE_NATIVE_STL
#define VCL_DEQUE_INSTANTIATE(T) \
template class std::deque<T,std::__default_alloc_template<true,0>, 0U>
#else
#define VCL_DEQUE_INSTANTIATE(T)
#endif
#endif // vcl_sgi_deque_txx_
|