0

I have the following forward declaration:

template
    < typename Vector
    , typename Scalar = Vector::Scalar >
class RayPlaneHitTest;

This works fine with MSVC++ 2010, but G++ rejects it. I think the purpose is self-explanatory. How do I need to modify it s.t. it works with G++?

I've been trying it with G++ 4.6.3.

theV0ID
  • 4,172
  • 9
  • 35
  • 56

0 Answers0