Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jul 26, 2014
1 parent 85ad0d8 commit 7fdd0fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions btas/tensorview.h
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,6 @@ namespace btas {
typename Policy>
friend TensorView<T, Range, const Storage, Policy> __make_cview(Range&& range, const Storage& storage, Policy);

// template <typename T,
// typename Range>
// friend TensorView<typename std::remove_const<T>::type, Range, typename std::conditional<std::is_const<T>::value,T* const,T*>::type>
// make_map(T*& data, Range&& range);

template <class __T,
class __Range,
class __Storage,
Expand Down

0 comments on commit 7fdd0fb

Please sign in to comment.