/usr/include/ITK-4.9/egcs/vcl_set.txx is in libinsighttoolkit4-dev 4.9.0-4ubuntu1.
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 13 14 15 | #ifndef vcl_egcs_set_txx_
#define vcl_egcs_set_txx_
#include <vcl_set.h>
#define VCL_SET_INSTANTIATE_ITERATOR(InputIterator, Distance) \
template void distance (InputIterator , InputIterator , Distance& )
#undef VCL_SET_INSTANTIATE
#define VCL_SET_INSTANTIATE(T, Comp) \
template class vcl_set<T, Comp >; \
template class rb_tree<T, T, vcl_identity<T >, Comp >; \
VCL_SET_INSTANTIATE_ITERATOR(vcl_set<T VCL_COMMA Comp >::iterator, unsigned)
#endif // vcl_egcs_set_txx_
|