/usr/include/ITK-4.5/emulation/vcl_hash.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 | #ifndef vcl_emulation_hash_txx_
#define vcl_emulation_hash_txx_
#include <vcl_compiler.h>
#include "vcl_algorithm.txx"
#include "vcl_iterator.txx"
#include "vcl_vector.txx"
// --- Feature testing ---
#ifdef __STL_LOOP_INLINE_PROBLEMS
#define VCL_INSTANTIATE_INLINE_LOOP(f) template f
#else
#define VCL_INSTANTIATE_INLINE_LOOP(f) VCL_INSTANTIATE_INLINE(f)
#endif
#endif // vcl_emulation_hash_txx_
|