
Module: ppl/ppl Branch: master Commit: aee79293c2b6bbce1f7087ea9276301aed8c760c URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=aee79293c2b6b...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Aug 2 21:49:45 2011 +0200
RAII_Temporary_Real_Relaxation is a struct.
---
src/MIP_Problem.defs.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/MIP_Problem.defs.hh b/src/MIP_Problem.defs.hh index c99cf80..492d85e 100644 --- a/src/MIP_Problem.defs.hh +++ b/src/MIP_Problem.defs.hh @@ -603,7 +603,7 @@ private: std::swap(i_vars, lp.i_variables); } }; - friend class RAII_Temporary_Real_Relaxation; + friend struct RAII_Temporary_Real_Relaxation;
//! A tag type to distinguish normal vs. inheriting copy constructor. struct Inherit_Constraints {};