C++ bindings: specify namespace in ctx object construction in get_ctx() method
commit89032cf3ecd58b660408ac96f7f32e607f83ec69
authorSven Verdoolaege <sven@cerebras.net>
Wed, 7 Nov 2018 21:45:41 +0000 (7 13:45 -0800)
committerSven Verdoolaege <sven@cerebras.net>
Wed, 5 Dec 2018 08:52:18 +0000 (5 09:52 +0100)
tree97050f1594799210fe57c662ce5b1edd1faeb70a
parent1ef258fd8030d02cf154dec134ae0c3699623f12
C++ bindings: specify namespace in ctx object construction in get_ctx() method

Like the previous two commits, this commits partially reverts
isl-0.18-1068-g85eb4b7f (drop namespace qualifier in generated
C++ bindings, Tue Jun 12 22:40:21 2018 +0200).
Again, the purpose is to avoid ambiguities
when the get_ctx() method is renamed to ctx().

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
interface/cpp.cc