Context member function implementations
| 211 | |
| 212 | // Context member function implementations |
| 213 | inline OpPub Context::pub(std::source_location loc) { |
| 214 | return OpPub(*this, loc); |
| 215 | } |
| 216 | |
| 217 | inline OpSub Context::sub(std::source_location loc) { |
| 218 | return OpSub(*this, loc); |