Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid accessing instance variables in inline functions when compiling…
… with msvc (#205) * Rename `DPSshfill` to `DPSshfill_` This method takes one argument, so by convention, the name of the variable in the method table should end with a single underscore * DPSOperators.h: Use macros to define inline functions * Don't access instance variables when compiling with Visual Studio
- Loading branch information