| 135 | } |
| 136 | |
| 137 | friend GenericJsonPointer operator/(const GenericJsonPointer& lhs, |
| 138 | const GenericJsonPointer& rhs) { |
| 139 | return GenericJsonPointer(lhs) /= rhs; |
| 140 | } |
| 141 | |
| 142 | friend GenericJsonPointer operator/(const GenericJsonPointer& lhs, |
| 143 | GenericJsonPointer&& rhs) { |
nothing calls this directly
no test coverage detected