Home
last modified time | relevance | path

Searched refs:file_regex (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/config/tools/
Dgenerate.cpp248 boost::regex file_regex("boost_([^.]+)\\.ipp"); in process_ipp_file() local
249 …positive_file = file.branch_path() / boost::regex_replace(file.leaf().string(), file_regex, "$1_pa… in process_ipp_file()
250 …negative_file = file.branch_path() / boost::regex_replace(file.leaf().string(), file_regex, "$1_fa… in process_ipp_file()