Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/samples/check_macro_naming/
Dcheck_macro_naming.cpp147 static const boost::regex header_regex(".*\\.(hh|hpp|h)$"); in main() local
165 if (regex_match(fn, header_regex)) in main()