Skip to content
Commit e076a478 authored by Oliver Sander's avatar Oliver Sander
Browse files

Make FontInfo::scan return a std::vector object

... rather than a pointer to a std::vector.  Given that a
std::vector is little more than a pointer and some size
information, there is no need to create std::vector objects
on the heap.  Returning them by value is just as fast
(the vector content is not copied), and makes the code
more readable, too.
parent 8911527d
Pipeline #73081 passed with stages
in 20 minutes and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment