You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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