• Y
    Remove ScopePtr and OperatorPtr · c2543f5b
    Yu Yang 提交于
    * ScopePtr means pointer of scope, but it can be shared or uniqued.
    Change it to std::shared_ptr<Scope> to make code better to read.
    c2543f5b
operator.h 7.9 KB