compile on windows
This commit is contained in:
parent
219f16c5de
commit
96ffce27d2
|
|
@ -376,7 +376,7 @@ decompose() {
|
|||
}
|
||||
|
||||
result = decompose_impl();
|
||||
if (result == this) {
|
||||
if (result.p() == this) {
|
||||
// decomposing this primitive has no effect.
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue