andrey the giant
2009-09-27 05:33:52 UTC
This generates a C2219 though the standard (C99) says it shouldn't.
typedef __int8 *i8p;
void foo(i8p __restrict bar){};
Is __restrict limited to explicit (T *) pointers as opposed to typedef-
ed (see example) ones?
typedef __int8 *i8p;
void foo(i8p __restrict bar){};
Is __restrict limited to explicit (T *) pointers as opposed to typedef-
ed (see example) ones?