Boost Version Required ?

2014-10-09 Thread Robert Fewell
Hi Guys, Tried to build from master and my setup failed at the following... kvp-value.hpp:31:60: fatal error: boost/type_traits/is_nothrow_move_assignable.hpp: No such file or directory I have boost version 1.52.0-r6 and I think this function was added in 1.54. Are you sticking to a boost

Re: Boost Version Required ?

2014-10-09 Thread Geert Janssens
Oops. Officially we target 1.48, but apparently some more recent features got used in the last commits. John, Aaron: how do we deal with this ? Geert On Thursday 09 October 2014 12:36:03 Robert Fewell wrote: Hi Guys, Tried to build from master and my setup failed at the following...

Re: Boost Version Required ?

2014-10-09 Thread Aaron Laws
On Thu, Oct 9, 2014 at 8:11 AM, Geert Janssens geert.gnuc...@kobaltwit.be wrote: Oops. Officially we target 1.48, but apparently some more recent features got used in the last commits. John, Aaron: how do we deal with this ? Good question. Something like the full story can be found at

Re: Boost Version Required ?

2014-10-09 Thread John Ralls
On Oct 9, 2014, at 6:23 AM, Geert Janssens geert.gnuc...@kobaltwit.be wrote: On Thursday 09 October 2014 09:12:15 Aaron Laws wrote: On Thu, Oct 9, 2014 at 8:11 AM, Geert Janssens geert.gnuc...@kobaltwit.be wrote: Oops. Officially we target 1.48, but apparently some more recent features

Re: Boost Version Required ?

2014-10-09 Thread John Ralls
On Oct 9, 2014, at 7:10 AM, John Ralls jra...@ceridwen.us wrote: On Oct 9, 2014, at 6:23 AM, Geert Janssens geert.gnuc...@kobaltwit.be wrote: On Thursday 09 October 2014 09:12:15 Aaron Laws wrote: On Thu, Oct 9, 2014 at 8:11 AM, Geert Janssens geert.gnuc...@kobaltwit.be wrote: Oops.