*** empty log message ***

This commit is contained in:
jiri
2008-11-26 13:30:30 +00:00
parent f32be3195a
commit 24cd7fff35
4 changed files with 9 additions and 7 deletions

View File

@@ -86,8 +86,8 @@ struct LA_traits_io<unsigned char>
//let's do some simple template metaprogramming and preprocessing
//to keep the thing general and compact
typedef class scalar_false {};
typedef class scalar_true {};
class scalar_false {};
class scalar_true {};
//default is non-scalar
template<typename C>