$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Header only libraries, why not all?
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-02-02 08:13:18
Sachin Garg wrote:
> Header-only libraries are great as that eliminates the need for
> building the libraries and then linking with them. But not all
> libraries in boost are header only, which is an inconvenience.
>
> Is this only because of 'legacy', and with time all libraries will
> move towards being header only? Or is there some technical requirement
> due to which some libraries just can't ever be header-only?
This question was discussed on Boost mailing lists at depth. Have you
searched for those prior discussions?
- Volodya