From: David T. <dt...@re...> - 2013-11-08 08:42:19
|
Hi, I think this needs clarification: On Fri, Nov 08, 2013 at 09:09:21AM +0100, Fridrich Strba wrote: > 1) librevenge uses boost, Boost is only used internally. It is not (and it shall not be) exposed anywhere in the public API. > but we don't want it to be runtime > dependency, so no linking with it. IOW, header-only "libraries" from Boost are okay (most of them fall to this category). Libraries, which require linking, e.g., DateTime, Filesystem or Threads, are not. D. |