Markus Neteler wrote: > GDAL uses .cpp. Also others - a quick local poll on my dev machine: > > [neteler@north ~]$ locate '.cpp' | wc -l > 14213 > [neteler@north ~]$ locate '.cc' | wc -l > 834 > [neteler@north ~]$ locate '.cxx' | wc -l > 672
Probably influenced by MSVC/DevStudio using .cpp. > I'd vote for .cc|.cxx -> .cpp Done in r48562 (modify libiostream, r.terraflow, wximgview, xganim to use .cpp instead of .cc) and r48563 (remove the *.make rules for .cc). -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
