Pass the context using const where it makes sense. Had some own code that called some of these functions, so I had to keep context non-const there too for no good reason.
Pass the context using const where it makes sense. Had some own code that called some of these functions, so I had to keep context non-const there too for no good reason.