Skip to content

Commit

Permalink
Merge pull request #38904 from fwyzard/Rename_inline_c++_files_to_icc
Browse files Browse the repository at this point in the history
Rename inline c++ files to .icc
  • Loading branch information
cmsbuild authored Aug 17, 2022
2 parents 0f104e8 + 7fd3c2d commit 08111d0
Show file tree
Hide file tree
Showing 11 changed files with 776 additions and 1,061 deletions.
2 changes: 1 addition & 1 deletion DataFormats/L1Trigger/interface/BXVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ class BXVector {
std::vector<unsigned> itrs_;
};

#include "BXVector.impl"
#include "BXVector.icc"

#endif
Loading

0 comments on commit 08111d0

Please sign in to comment.