-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Lines 107-108 use size_t and ptrdiff_t without the std:: prefix. According to the C++ standard, these typedefs aren't available in the global namespace.
cstring_view/include/beman/cstring_view/cstring_view.hpp
Lines 107 to 108 in 097c505
| using size_type = size_t; | |
| using difference_type = ptrdiff_t; |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working