- File array.h
- Use the standard
array
header.
- File cstdint.h
- Use the standard
cstdint
header.
- File memory.h
- Use the standard
memory
header.
- Member ome::common::absolute (const boost::filesystem::path &p, const boost::filesystem::path &base=boost::filesystem::current_path())
- Use boost::filesystem::absolute.
- Member ome::common::canonical (const boost::filesystem::path &p, const boost::filesystem::path &base=boost::filesystem::current_path(), boost::system::error_code *ec=0)
- Use boost::filesystem::canonical.
- File tuple.h
- Use the standard
tuple
header.