$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] 5 Observations - My experience with the boost libraries
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2010-03-23 23:53:23
On Tue, Mar 23, 2010 at 9:35 PM, David Bergman
<David.Bergman_at_[hidden]> 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