/usr/include/opkele/tr1-mem.h is in libopkele-dev 2.0.4-5.2build1.
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 | #ifndef __OPKELE_TR1_MEM_H
#define __OPKELE_TR1_MEM_H
#include <tr1/memory>
namespace opkele {
namespace tr1mem = std::tr1;
}
#endif /* __OPKELE_TR1_MEM_H */
|