This file is indexed.

/usr/include/ITK-4.5/sgi/vcl_string.h 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
#ifndef vcl_sgi_string_h_
#define vcl_sgi_string_h_

# include "iso/vcl_string.h"

inline bool operator!=(vcl_string const& a, vcl_string const& b) { return !(a==b); }

#endif // vcl_sgi_string_h_