-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38904 from fwyzard/Rename_inline_c++_files_to_icc
Rename inline c++ files to .icc
- Loading branch information
Showing
11 changed files
with
776 additions
and
1,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,6 +132,6 @@ class BXVector { | |
std::vector<unsigned> itrs_; | ||
}; | ||
|
||
#include "BXVector.impl" | ||
#include "BXVector.icc" | ||
|
||
#endif |
File renamed without changes.
Oops, something went wrong.