• Y
    Remove enforce demangle · dad5421a
    Yu Yang 提交于
    It is buggy in some Linux because the unique_ptr will be free however
    the std::string trying to use that char*.
    
    Moreover, it is no need to demangle for error log by Paddle.
    Just use `c++filt` or other shell utilities to do this.
    dad5421a
enforce.h 8.1 KB