nsubtil / lift

A collection of parallel programming primitives for CPUs and GPUs
Other
12 stars 3 forks source link

Remove operator() from pointer #78

Closed nsubtil closed 8 years ago

nsubtil commented 8 years ago

The pointer class has an operator() that acts as an alias for peek(). This seems problematic, as it can easily be mistaken for the constructor syntax in allocations.

This has already bitten people and should go away.