Skip to content

Instantly share code, notes, and snippets.

@luisibanez
Created October 26, 2010 17:19
Show Gist options
  • Save luisibanez/647335 to your computer and use it in GitHub Desktop.
Save luisibanez/647335 to your computer and use it in GitHub Desktop.
test
@luisibanez
Copy link
Author

typedef Self[1] MeasurementVectorType;

typedef Self MeasurementVectorType[1];

@luisibanez
Copy link
Author

template
class NumericTraits
{
};

template
class NumericTraits< T[1] >
{
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment