/usr/include/ITK-4.9/sunpro/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 16 17 18 19 20 21 22 23 24 25 26 27 | #ifndef vcl_sunpro_set_txx_
#define vcl_sunpro_set_txx_
#include <vcl_set.h>
#include <vcl_iterator.h>
#if 0 // has member templates
#define VCL_SET_INSTANTIATE_MT_InputIterator(settype, T, Comp, InputIterator) \
template settype<T, Comp >::settype(InputIterator, InputIterator);\
template settype<T, Comp >::settype(InputIterator first, InputIterator last, Comp const&);\
template void settype<T, Comp >::insert(InputIterator first, InputIterator last)
#else
#define VCL_SET_INSTANTIATE_MT_InputIterator(settype, T, Comp, InputIterator) /* no-op */
#endif
#define VCL_SET_INSTANTIATE_ITERATOR(InputIterator, Distance) \
template void std :: __distance (InputIterator , InputIterator , Distance& , vcl_bidirectional_iterator_tag )
#undef VCL_SET_INSTANTIATE
#define VCL_SET_INSTANTIATE(T, Comp) \
template class vcl_set<T, Comp >; \
template class vcl_set<T, Comp >::__rep_type; \
VCL_SET_INSTANTIATE_ITERATOR(vcl_set<T VCL_COMMA Comp >::iterator, unsigned)
#endif // vcl_sunpro_set_txx_
|