-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made it possible to copy from const vectors into non-const ones. (#110)
In the previous version of the code one would always have to start copies from non-const host containers. Which was very far from ideal... Added explicit tests for making sure that these types of copies would be possible from now on.
- Loading branch information
Showing
3 changed files
with
180 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.