Document the fact that there are default arguments

This commit is contained in:
Philipp Möller 2012-12-21 11:52:22 +01:00
parent 4c280edf83
commit a85b2a2ed8
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ assert(dimension == 2);
\sa `CGAL::Feature_dimension<T, K>`
*/
template< typename T, typename K >
template< typename T, typename K = typename Kernel_traits<T>::Kernel >
class Ambient_dimension {
public:
@ -157,7 +157,7 @@ assert(dimension == 0);
\sa `CGAL::Ambient_dimension<T, K>`
*/
template< typename T, typename K >
template< typename T, typename K = typename Kernel_traits<T>::Kernel >
class Feature_dimension {
public: