Skip to content

Commit 4c26bea

Browse files
less SFINAE noise on solaris
1 parent 7dd58d8 commit 4c26bea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/include/Rcpp/platform/solaris.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ namespace traits{
3535
template <int RTYPE>
3636
struct is_convertible< MatrixRow<RTYPE>, SEXP> : public false_type{} ;
3737

38+
template <int RTYPE>
39+
struct is_convertible< MatrixColumn<RTYPE>, SEXP> : public false_type{} ;
40+
3841
}
3942
}
4043

0 commit comments

Comments
 (0)