eis/eqpalg/exp_macro/min_diff.h

18 lines
384 B
C
Raw Normal View History

/**
* @file min_diff.h
* @brief
* @author Cat (null.null.null@qq.com)
* @version 0.1
* @date 2021-09-17
*
* Copyright: Baosight Co. Ltd.
* DO NOT COPY/USE WITHOUT PERMISSION
*
*/
#pragma once
#include <boost/regex.hpp>
#include <iostream>
#include <sstream>
#include <string>
std::string replace_min_diff_macro(std::string&& exp_str);