From: Vinícius d. S. O. <vin...@gm...> - 2014-06-15 22:06:39
|
2014-06-15 19:01 GMT-03:00 Johan Engelen <jbc...@sw...>: > Would like to hear your thoughts, > encouragement or otherwise [...] > Looks interesting. Why don't you create a new class, base_point and make point just a typedef for base_point<double>? I think it'd break less code and speed up refactoring. Also, it mirrors design found on the standard c++ library itself (see basic_string and string, as an example). -- Vinícius dos Santos Oliveira https://about.me/vinipsmaker |