Thread: GCC 4.5 Lambdas

  1. #1
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034

    Smile GCC 4.5 Lambdas

    I just found out the lambda branch was merged into 4.5 and I was wondering if anyone has tried them yet? Is it just a merge or did they fix the bugs? Specifically, the "internal compiler error" when passing a lambda a variable dependent on a template (any templated class couldn't use "this" with lambdas).

    I would check but I've been OS hopping and I'm on Windows, and it took me a while to get it working in the first place (not Linux savy).

    Thanks in advance!

    Edit: They did fix it (woot!), unfortunately introducing a couple new bugs.
    Last edited by Dae; 11-24-2009 at 03:27 AM. Reason: found answer
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Undefined reference to...
    By legendus in forum C Programming
    Replies: 19
    Last Post: 10-25-2009, 06:18 AM
  2. Buidl Library with ./configure script
    By Jardon in forum C Programming
    Replies: 6
    Last Post: 07-24-2009, 09:36 AM
  3. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  4. Replies: 4
    Last Post: 09-02-2007, 08:47 PM
  5. gcc
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 10-22-2003, 03:46 PM