mirror of https://github.com/CGAL/cgal
- New output: "/* */" where there was no inline directive.
This commit is contained in:
parent
dd024292c8
commit
d2a86e7f40
|
|
@ -29,6 +29,7 @@ CGAL_BEGIN_NAMESPACE
|
|||
#ifndef CGAL_CFG_NO_EXPLICIT_TEMPLATE_FUNCTION_ARGUMENT_SPECIFICATION
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
power_testC2(
|
||||
const Filtered_exact <CGAL_IA_CT, CGAL_IA_ET, CGAL_IA_CACHE> &px,
|
||||
|
|
@ -85,6 +86,7 @@ power_testC2(
|
|||
#ifndef CGAL_CFG_NO_EXPLICIT_TEMPLATE_FUNCTION_ARGUMENT_SPECIFICATION
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
power_testC2(
|
||||
const Filtered_exact <CGAL_IA_CT, CGAL_IA_ET, CGAL_IA_CACHE> &px,
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ CGAL_BEGIN_NAMESPACE
|
|||
#ifndef CGAL_CFG_NO_EXPLICIT_TEMPLATE_FUNCTION_ARGUMENT_SPECIFICATION
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
power_testH2(
|
||||
const Filtered_exact <CGAL_IA_CT, CGAL_IA_ET, CGAL_IA_CACHE> &phx,
|
||||
|
|
@ -97,6 +98,7 @@ power_testH2(
|
|||
#ifndef CGAL_CFG_NO_EXPLICIT_TEMPLATE_FUNCTION_ARGUMENT_SPECIFICATION
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#endif
|
||||
/* */
|
||||
Oriented_side
|
||||
power_testH2(
|
||||
const Filtered_exact <CGAL_IA_CT, CGAL_IA_ET, CGAL_IA_CACHE> &phx,
|
||||
|
|
|
|||
Loading…
Reference in New Issue