
25 Aug
2008
25 Aug
'08
3:26 p.m.
On Fri, 22 Aug 2008, David Abrahams wrote:
This sounds exactly like what I am trying to do, I already split the declarations into .h files and the definitions into .hpp. Can you give a brief example of using a single .cpp file for compilation? Is this done like MSVC stdafx files?
For what it's worth, the Boost convention is that all C++ filenames end in "pp". Those who follow the convention tend to use ".ipp" files for implementation headers.
By my count, boost ships 105 .ipp files and 274 _impl.hpp files... - Daniel