
24 Mar
2010
24 Mar
'10
3:53 a.m.
On Tue, Mar 23, 2010 at 9:35 PM, David Bergman <David.Bergman@bergmangupta.com> wrote:
What changes would we need to make to Boost in order to stay relevant (to that C/C++ mixed reality)? Would it require us to provide C wrappers for all our libraries?
My hunch is that the C wrappers are really only useful for exporting boost functionality to other languages. IME, it's usually the lowest level pieces that are written in C (or asm), and get aggregated into a C++ compilation unit. I would be curious to know if there are current use cases for importing boost into C compilation units. Anyone? Jon