Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
63
stars
21
forks
source link
Modernize with trailing return types #75
Closed
csparker247 closed 9 months ago
Refactor the entire code base to use trailing return types. Also replace
std::endl
with\n
in places where we don't need immediate buffer flushing.