On Fri, Dec 3, 2010 at 11:01 AM, Chatsiri Ratana <[email protected]> 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 ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
