This file is indexed.

/usr/include/ITK-4.5/emulation/vcl_set.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
13
14
15
#ifndef vcl_emulation_set_txx_
#define vcl_emulation_set_txx_

#include "vcl_set.h"
#include "vcl_multiset.h"
#include "vcl_rbtree.txx"

#undef VCL_SET_INSTANTIATE
#define VCL_SET_INSTANTIATE(T, Comp)                               \
template class vcl_set<T, Comp VCL_DFL_TMPL_ARG(vcl_alloc) >;      \
template class vcl_multiset<T, Comp VCL_DFL_TMPL_ARG(vcl_alloc) >; \
VCL_RBTREE_INSTANTIATE(T, T, vcl_identity<T >, vcl_less<T >);      \
VCL_RBTREE_VALUE_INSTANTIATE(T)

#endif // vcl_emulation_set_txx_