From: Dean M. B. <mik...@gm...> - 2010-12-03 03:20:27
|
On Fri, Dec 3, 2010 at 11:01 AM, Chatsiri Ratana <ins...@gm...> wrote: > Hello > I was compiled cpp-netlib version 0.7 by insert an include > folder(C:/cpp-netlib-0.7/cpp-netlib-0.7/boost/) int project. It's show an > error in link below. > https://gist.github.com/723219 Thanks, it looks like you're using GCC -- is this Cygwin or MinGW? The code is supposed to work, it's standard C++, but the problem is the GCC you may be using is an older version that cannot handle this kind of template metaprogramming. Can you say what version of GCC are you using? Also, it would be great if you can also show a simple test case that can reproduce this error. -- Dean Michael Berris deanberris.com |