Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26f12fa

Browse filesBrowse files
committed
Remove unused array_view.empty method
1 parent aa9353c commit 26f12fa
Copy full SHA for 26f12fa

File tree

Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed

‎src/numpy_cpp.h

Copy file name to clipboardExpand all lines: src/numpy_cpp.h
-5Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,11 +519,6 @@ class array_view : public detail::array_view_accessors<array_view, T, ND>
519519
}
520520
}
521521

522-
bool empty() const
523-
{
524-
return size() == 0;
525-
}
526-
527522
// Do not use this for array_view<bool, ND>. See comment near top of file.
528523
const T *data() const
529524
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.