Skip to content

Commit

Permalink
Fix include guards
Browse files Browse the repository at this point in the history
fixes #146.

The fast preprocessing mode sometimes gets include guards wrong it
seems.
  • Loading branch information
saraedum committed Jan 24, 2020
1 parent f3838f5 commit 2630934
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tool/generator.cpp
Expand Up @@ -34,8 +34,6 @@ type_safe::optional<std::vector<parsed_file>> standardese_tool::parse(
});

auto actual_config = db_config.value_or(config);
actual_config.fast_preprocessing(
true); // we can uncoditionally enable fast preprocessing for us
auto parsed
= parser.parse(index, fs::canonical(file.path).generic_string(), actual_config);

Expand Down

0 comments on commit 2630934

Please sign in to comment.