Closed GoogleCodeExporter closed 8 years ago
Actually the problem is worse. Because arch.h is now living both in thrust and
cusp and because we're using program once instead of doing the ifdef both files
get can get included in the same object resulting in multiple definitions of
the same stuff.
Original comment by filipe.c...@gmail.com
on 4 Oct 2010 at 6:59
The namespace was changed accordingly, now i see preventing the multiple
definitions.
Also arch.inl is missing.
Original comment by filipe.c...@gmail.com
on 4 Oct 2010 at 7:03
Hi Filipe,
Revision 80c0df6fbb adds the missing file, sorry about that. Let me know if
this resolves the problem.
Original comment by wnbell
on 4 Oct 2010 at 8:15
Yes it does, thanks
Original comment by filipe.c...@gmail.com
on 6 Oct 2010 at 6:20
Original comment by wnbell
on 6 Oct 2010 at 8:36
Original issue reported on code.google.com by
filipe.c...@gmail.com
on 4 Oct 2010 at 6:55