Skip to content
Snippets Groups Projects

procedural aql

Merged Jan Trávníček requested to merge merge-jt into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -30,7 +30,7 @@ abstraction::ParamQualifiers::ParamQualifierSet PackingAbstractionImpl::LazyValu
std::shared_ptr < abstraction::Value > PackingAbstractionImpl::LazyValue::getProxyAbstraction ( ) {
if ( cache == nullptr )
cache = this->getLifeReference ( )->eval ( );
return cache->getProxyAbstraction ( );
return cache;
}
const std::shared_ptr < abstraction::OperationAbstraction > & PackingAbstractionImpl::LazyValue::getLifeReference ( ) const {
Loading