forked from boostorg/type_traits
fixed Intel Linux pp bug about <: incorrectly treated as a digraph
[SVN r25078]
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user