
24 Jun
2005
24 Jun
'05
4:11 p.m.
Oh, I see. You are calling these ".ipp" files "inlined," but they really have only non-inline functions and are not #included in any header files the way, IME, .ipp files normally are (to separate template implementations from their declarations).
Theses are the files that contain an offline implementation, but reside amoung header files. *.cpp files and inlined component (like minimal.hpp) include these. [...]
No, I think I was just confused by the extensions on these files. Sorry about that. You might want to consider whether there's a better way to name them.
I thought you were promoting to limit number of used extensions? Gennadiy