Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
ca9265c8
Commit
ca9265c8
authored
Nov 14, 2005
by
Lynn Garren
Browse files
instantiate private and unused destructor so that dictionary builders will not complain
parent
c5a672bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Vector/ChangeLog
View file @
ca9265c8
==============================
14.11.05 Release CLHEP-1.9.2.2
==============================
2005-11-14 Lynn Garren <garren@fnal.gov>
* RotationInterfaces.h: Instantiate private destructors so that
dictionary builders will not complain.
2005-11-03 Lynn Garren <garren@fnal.gov>
* configure.in, LorentzVector.icc
...
...
Vector/Vector/RotationInterfaces.h
View file @
ca9265c8
...
...
@@ -198,7 +198,7 @@ public:
protected:
~
Hep4RotationInterface
()
;
// protect destructor to forbid instatiation
~
Hep4RotationInterface
()
{}
// protect destructor to forbid instatiation
};
// Hep4RotationInterface
...
...
@@ -297,7 +297,7 @@ public:
private:
~
Hep3RotationInterface
()
;
// private destructor to forbid instatiation
~
Hep3RotationInterface
()
{}
// private destructor to forbid instatiation
};
// Hep3RotationInterface
...
...
Vector/configure.in
View file @
ca9265c8
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Vector, 1.9.2.
1
, http://savannah.cern.ch/projects/clhep/, Vector)
AC_INIT(CLHEP Vector, 1.9.2.
2
, http://savannah.cern.ch/projects/clhep/, Vector)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/AxisAngle.cc])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment