operators.hpp 109 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4
5
6
7
8
#ifndef RTG_GUARD_OPERATORS_HPP
#define RTG_GUARD_OPERATORS_HPP

namespace rtg {

} // namespace rtg

#endif