Re: [Wt-interest] error: implicit instantiation of undefined template

2014-11-11 Thread Raymond Burkholder
Thank you for the follow up! From: Koen Deforche [mailto:k...@emweb.be] Sent: Monday, November 10, 2014 11:46 To: witty-interest@lists.sourceforge.net Subject: Re: [Wt-interest] error: implicit instantiation of undefined template Hey, I could indeed reproduce this problem with CLang

Re: [Wt-interest] error: implicit instantiation of undefined template

2014-11-10 Thread Koen Deforche
Hey, I could indeed reproduce this problem with CLang + boost 1.57. I believe it's a bug in boost but we can easily work around it. I've got a patch reay for Wt. Regards, koen 2014-11-07 18:44 GMT+01:00 Wim Dumon : > Ouch. I think we'll need to take a look at boost 1.57 ASAP, before the > next

Re: [Wt-interest] error: implicit instantiation of undefined template

2014-11-07 Thread Wim Dumon
Ouch. I think we'll need to take a look at boost 1.57 ASAP, before the next release. We'll probably solve this before the next Wt release. Best regards, Wim. 2014-11-06 21:44 GMT+01:00 Raymond Burkholder : > > > > Is clang 3.4 usable with Wt and boost 1.57? > > > > I was using today's git Wt re

Re: [Wt-interest] error: implicit instantiation of undefined template

2014-11-06 Thread Raymond Burkholder
> > Is clang 3.4 usable with Wt and boost 1.57? > I was using today's git Wt release. But I now am trying with gcc 4.8 and obtain a similar issue, so perhaps boost 1.57 is too current. So am trying boost 1.56. -- This message has been scanned for viruses and dangerous content by MailScanner

[Wt-interest] error: implicit instantiation of undefined template

2014-11-06 Thread Raymond Burkholder
I am on Ubuntu 14.04, trying to use clang with boost and wt. boost was successfully compiled with Select clang as default in system: sudo update-alternatives --config cc sudo update-alternatives --config c++ then: ./bootstrap.sh --with-toolset=clang ./b2 \ --layout=versioned \ toolset=clang