Skip to content

Add missing front() and back() to Functional::vector_of_const_

Gerhard Raven requested to merge add-missing-front-back into master

add the missing front() and back() as addition to the already existing operator[](...) and at(...)

Merge request reports