Skip to content

Commit b2c481b

Browse files
try different approach
1 parent d022c62 commit b2c481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/cpp11/R.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ inline bool is_na(const T& value) {
5353
}
5454

5555
template <>
56-
inline bool is_na<double>(const double& x) {
56+
inline bool is_na<>(const double& x) {
5757
return ISNA(x);
5858
}
5959

0 commit comments

Comments
 (0)