Skip to content

Instantly share code, notes, and snippets.

@tomkowz
Created July 27, 2018 08:59
Show Gist options
  • Save tomkowz/ec499643dfd77861a0037eb60efa5a71 to your computer and use it in GitHub Desktop.
Save tomkowz/ec499643dfd77861a0037eb60efa5a71 to your computer and use it in GitHub Desktop.
std::vector<SourceFile*> static_files = this->_source.static_files();
for (auto it_file = static_files.begin(); it_file != static_files.end(); ++it_file) {
// for (auto it_file = this->_source.static_files().begin(); it_file != this->_source.static_files().end(); ++it_file) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment