<div class="gmail_quote">On Wed, Oct 27, 2010 at 18:24, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Ok - perhaps we can simulate current behavior with:<br>
<br>
typedef char* VecType;<br>
typedef const char* ConstVecType;<br>
<br>
and use VecType/ConstVecType as needed in code?</blockquote><div><br></div><div>This or just use the typedef in the CUDA interfaces (after #undef VecType).  Dirty, but would fix the current collision.</div><div><br></div>
<div>Jed</div></div>