mirror of https://github.com/CGAL/cgal
Add 'using' for ansi compliance
This commit is contained in:
parent
38530dd89d
commit
de2da9d4e6
|
|
@ -56,6 +56,7 @@ class QP_partial_filtered_pricing
|
|||
typedef typename Partial_base::Index_const_iterator Index_const_iterator;
|
||||
|
||||
using Base::price_dantzig;
|
||||
using Base::is_improving;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue