educelab / volume-cartographer

Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
62 stars 21 forks source link

Modernize with trailing return types #75

Closed csparker247 closed 8 months ago

csparker247 commented 8 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.