string.h / line 572

it is
CODE
        t_size length(t_size p_limit = infinite) const {return pfc::strlen_t(get_ptr(),infinite);}


probably should be
CODE
        t_size length(t_size p_limit = infinite) const {return pfc::strlen_t(get_ptr(),p_limit);}