Add parse_files() utility function
This commit is contained in:
parent
6b7ca183f9
commit
38831db073
7 changed files with 286 additions and 14 deletions
|
|
@ -104,6 +104,9 @@ namespace cppast
|
|||
{
|
||||
}
|
||||
|
||||
compile_config(const compile_config&) = default;
|
||||
compile_config& operator=(const compile_config&) = default;
|
||||
|
||||
~compile_config() noexcept = default;
|
||||
|
||||
void add_flag(std::string flag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue