forked from OSchip/llvm-project
[isl++] Add missing /* implicit */ marker
llvm-svn: 297577
This commit is contained in:
parent
64e689938d
commit
b2347dc241
|
@ -110,7 +110,7 @@ class ctx {
|
|||
isl_ctx *ptr;
|
||||
|
||||
public:
|
||||
ctx(isl_ctx *ctx)
|
||||
/* implicit */ ctx(isl_ctx *ctx)
|
||||
: ptr(ctx) {}
|
||||
isl_ctx *release() {
|
||||
auto tmp = ptr;
|
||||
|
|
Loading…
Reference in New Issue