Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL without boost

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL without boost


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL without boost
  • Date: Sun, 16 Jul 2017 16:11:28 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:Gka6+xRpcf7+drn27PsSB1dqj9psv+yvbD5Q0YIujvd0So/mwa6yZBGN2/xhgRfzUJnB7Loc0qyN4v+mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZbF/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/nzJhMx+jKxbpxGvqRJxzIHbYo6aKPVwc7jBfd4YX2dNQtpdWiJBD466coABD/ABPeFdr4Tlu1YOqwaxBROyC+z10T9Dm3/40rch3OQ7EAHNwQstEMgIsHvJttX6Kr0dUfuvwKnG1zrMdOlW2Tbm5YjHbB8hpvSMUqxsccrLyUgvGRnKgUmMqYziJTOU1v4BvHSc7+plTO+ijXMspQJpojW3ycohi5PFip8Jxl3E7yl0wIg4KcelREN1f9KoCIVcuzuHO4Z2WM8uXmNltDsgxrEbp5K2ejUBxo49yB7FcfOHdpCF4hL9W+aVJjd1nHNodKi6hxa17EStyO7xWtOx0FlQrypFlsDAtncQ1xzP8MSHTeV9/ke71TaJyQ/T9vlIIUEylaXFN54s2rE9m5sJvUjeAiP7mF/6ga+Ye0k+5+Sl5frrbq3jppCGNo90jg/+Mr4pmsy6Gek3KA4OUHWB+euizrLj5lf1QLtQgfItiKnZsYvXJcsFqa6+Bg9azJoj6wy/DjeoytsXgWUHLFVfeBOHlYTmJ1bOIPXgAfeln1usiCtrx+zBPrD5HprNIWLMkLP4cblg6k5c0xY8zc1E55JPEbwBO/LyWkrptNPCFBM5Mgq0w/zmCNpnzI8eV3iPUeelN/bZvlaMo+4uOOKRf5Q9uTDnKvFj6eS9o2U+nAo0e6Wz0JIMIF6xFO5naxGQZ3b2j94aV2kDtBA/ZOPnj1iPTSRCaX+5Q6Um93cwD4fwXtSLfZyknLHUhHTzJZZRfG0TUl0=
  • Organization: GeometryFactory

Hello,

Concerning the thread library, when you use CGAL with the latest versions of compilers, there is no dependency on boost.threads.
For details on the version see include/CGAL/config.h

Other boost libraries we use are for example optional, variant,
graph, property_map,... but these are header only.

Some examples use the command line options library, which
is not header only, but that is not really a CGAL dependency.

Best,

Andreas



On 16/07/2017 00:30, Andy Somogyi wrote:
Hi,

Considering that modern C++ has threading, and a lot of system utilities,
would it be possible to have CGAL only use the standard C++ library and
remove the boost dependency?

thanks


--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.18.

Top of Page