fixed Intel Linux pp bug about <: incorrectly treated as a digraph

[SVN r25078]
This commit is contained in:
Joaquín M. López Muñoz
2004-09-14 09:53:05 +00:00
parent ad5fc1a2ac
commit 6ac28e8e19

View File

@ -31,7 +31,7 @@ struct align_calc
}
};
#define ALIGNOF(x) align_calc<x>::get()
#define ALIGNOF(x) align_calc< x>::get()
TT_TEST_BEGIN(alignment_of)