This file is indexed.

/usr/include/vxl/vcl/vcl_stack.txx is in libvxl1-dev 1.14.0-14.

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
#ifndef vcl_stack_txx_
#define vcl_stack_txx_
// -*- c++ -*-

#include "vcl_stack.h"

#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_stack.txx"
#else // only need "template class vcl_stack<T>", so include any one:
# include "sunpro/vcl_stack.txx"
#endif

#endif