Displaying 1 result from an estimated 1 matches for "ceb5174e".
2015 Feb 09
2
[LLVMdev] Any mechanism available for link time inlineing?
Hi,
trying to develop this idea of splitting c++ classes into real interface
and implementation and to make a std isocpp proposal out of it. Need some
help and info to make the proposal cover as many details as possible.
The idea is to split the class declaration into a part that will stay in
the header and will contain only the public members. (let's ignore
protected for the moment). The