|
From: Christian S. <sch...@li...> - 2017-05-11 23:50:11
|
On Thursday, May 11, 2017 19:07:25 Andrew C wrote: > P.S. This is from the latest libgig svn. > > Andrew. > > On Thu, May 11, 2017 at 7:04 PM, Andrew C <cou...@gm...> wrote: > > Hey guys, > > > > I'm trying to compile Libgig on UbuntuStudio 16.04 and I'm getting a > > compile time error. > > > > Here's the version of g++ i'm using: > > > > g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 > > [snip] > > > > In file included from gig.cpp:27:0: > > Serialization.h: In function ‘bool Serialization::IsClass(const T&)’: > > Serialization.h:138:16: error: ‘__is_union_or_class’ is not a member of > > ‘std::tr1’> > > return std::tr1::__is_union_or_class<T>::value; // without > > compiler sup > > > > ^ I just commited something to SVN which should fix this error. Hope it works. CU Christian |