mirror of https://github.com/CGAL/cgal
Rename shadowing template parameter
This commit is contained in:
parent
2f234f7125
commit
3b0a47a8a9
|
|
@ -726,15 +726,15 @@ public:
|
||||||
template <typename AT_, typename ET_, typename EFT, typename E2A>
|
template <typename AT_, typename ET_, typename EFT, typename E2A>
|
||||||
class Lazy : public Handle
|
class Lazy : public Handle
|
||||||
{
|
{
|
||||||
template <class Exact_kernel,
|
template <class Exact_kernel_,
|
||||||
class Approximate_kernel,
|
class Approximate_kernel_,
|
||||||
class E2A>
|
class E2A_>
|
||||||
friend struct Lazy_kernel;
|
friend struct Lazy_kernel;
|
||||||
|
|
||||||
template <class E,
|
template <class E_,
|
||||||
class A,
|
class A_,
|
||||||
class E2A,
|
class E2A_,
|
||||||
class K>
|
class K_>
|
||||||
friend struct Lazy_kernel_base;
|
friend struct Lazy_kernel_base;
|
||||||
|
|
||||||
public :
|
public :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue