On 01/22/2017 08:09 PM, Steven Watanabe wrote:
AMDG
On 01/22/2017 07:55 PM, Larry Evans wrote:
On 08/21/2007 03:11 PM, Steven Watanabe wrote:
The following pairs of files have identical include guards
./boost/concept_check/general.hpp ./boost/concept/detail/msvc.hpp ./boost/concept_check/msvc.hpp ./boost/concept/detail/msvc.hpp ./boost/filesystem/cerrno.hpp ./boost/cerrno.hpp ./boost/interprocess/containers/tree.hpp ./boost/interprocess/containers/detail/tree.hpp
. . .
Steven, do you have a program to detect files with identical include guards. I could you one at the moment :)
I might be able to track down the program I used for this, but it would probably be faster to write it again from scratch. I suspect that it was just a short perl script.
In Christ, Steven Watanabe
OK. Thanks anyway :) I'll give it a try myself. -Larry