Problem 2084 - G4ITFinder.hh and G4AllITFinder.hh have outdated header guards
Summary: G4ITFinder.hh and G4AllITFinder.hh have outdated header guards
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/electromagnetic/dna (show other problems)
Version: 10.4
Hardware: All All
: P4 minor
Assignee: kara
URL:
Depends on:
Blocks:
 
Reported: 2018-09-01 00:48 CEST by alantarx
Modified: 2018-10-15 15:40 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description alantarx 2018-09-01 00:48:06 CEST
Instead of e.g. #ifndef G4ITFinder_hh in the header guards, the files in question have "Manager" in place of "Finder".  I assume this traces back to an earlier version.  I discovered this as I had need to include both of them in a project and got a forward declaration error.
Comment 1 Sebastien Incerti 2018-09-01 12:06:46 CEST
Thank you very much for this report, the fix will be included in the next release.

(In reply to alexander.h.henderson from comment #0)
> Instead of e.g. #ifndef G4ITFinder_hh in the header guards, the files in
> question have "Manager" in place of "Finder".  I assume this traces back to
> an earlier version.  I discovered this as I had need to include both of them
> in a project and got a forward declaration error.