Only used by _MSC_VER.

This commit is contained in:
Sylvain Pion 2008-01-11 22:27:14 +00:00
parent 52630ac6bb
commit 126944d042
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#if ! (CGAL_RECTANGULAR_3_CENTER_2_MSVC_H)
#define CGAL_RECTANGULAR_3_CENTER_2_MSVC_H 1
#ifdef _MSC_VER
template < class R >
struct Rectangular_3_center_2_type2_operations0 {
typedef typename R::FT FT;
@ -819,6 +821,8 @@ public:
{ return pt_b_l()(p, p, r); }
};
#endif // _MSC_VER
#endif // ! (CGAL_RECTANGULAR_3_CENTER_2_MSVC_H)
// ----------------------------------------------------------------------------
// ** EOF