lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

Quotes used in Getting started manual cause an error. #247

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Under the zipped iterator section there are quote symbols that will cause an 
error when compiled:
B[0] = ‘x’; B[1] = ‘y’; B[2] = ‘z’;

needs to be:
B[0] = 'x'; B[1] = 'y'; B[2] = 'z';

Original issue reported on code.google.com by bhar...@gmail.com on 7 Oct 2010 at 6:26

GoogleCodeExporter commented 8 years ago
Fixed -- thanks!

Original comment by jaredhoberock on 7 Oct 2010 at 9:12

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 6 Feb 2011 at 6:45