Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #111 from jaredhoberock/integrate-issue-6
Browse files Browse the repository at this point in the history
Eliminate the comma operator for placeholder expressions.

Fixes #6
  • Loading branch information
jaredhoberock committed May 23, 2012
2 parents 972eab0 + 5b3a5cf commit a5e6dc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 139 deletions.
1 change: 0 additions & 1 deletion thrust/detail/functional/operators.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@
#include <thrust/detail/functional/operators/logical_operators.h>
#include <thrust/detail/functional/operators/bitwise_operators.h>
#include <thrust/detail/functional/operators/compound_assignment_operators.h>
#include <thrust/detail/functional/operators/comma_operator.h>

138 changes: 0 additions & 138 deletions thrust/detail/functional/operators/comma_operator.h

This file was deleted.

0 comments on commit a5e6dc2

Please sign in to comment.