8000 Update include-what-you-use url · windoro/cppbestpractices@c5ca789 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5ca789

Browse files
authored
Update include-what-you-use url
moved from code.google.com to github
1 parent 8270a2d commit c5ca789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-Considering_Performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ After you build using Templight, you will need to analyze the results. The [temp
6161

6262
The compiler has to do something with each include directive it sees. Even if it stops as soon as it seems the `#ifndef` include guard, it still had to open the file and begin processing it.
6363

64-
[include-what-you-use](https://code.google.com/p/include-what-you-use) is a tool that can help you identify which headers you need.
64+
[include-what-you-use](https://github.com/include-what-you-use/include-what-you-use) is a tool that can help you identify which headers you need.
6565

6666
#### Reduce the load on the preprocessor
6767

0 commit comments

Comments
 (0)
0