Changes between Initial Version and Version 1 of Ticket #40771, comment 16


Ignore:
Timestamp:
Nov 12, 2013, 10:56:15 AM (11 years ago)
Author:
akimd (Akim Demaille)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40771, comment 16

    initial v1  
    1 Replying to [comment:10 ryandesign@…]:
    2 > I've added the port in r113207, blacklisting clang older than Mavericks'; we can refine it further from there.
    3 
    4 That's great, thanks a lot!
    5 
    6 > How does vaucanson use boost? I see a library dependency declared on boost, but I don't see any files installed by vaucanson actually linking with any boost libraries.
    7 
    8 Actually it depends on the compiler that is used.  GCC 4.8's support for Regex is too weak, in that case we use Boost's Regex.  In the case of Clang, libc++'s Regex is good enough, in which case no Boost library is used, everything is only compile-time dependencies.
     1[duplicate comment removed]