Jon Stewart on Tue, 28 Sep 2004 11:30:29 -0500 (CDT)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [hosers-talk] Celebrity Deathmatch: Programmer v. Compiler


> >   #define TEST_FIXTURE(testname, fixtureType) \
> >     void testname(fixtureType& fixture); \
> >     static AutoRegister UNIQUENAME(testname)(TestRunner::TestPtr(new 
> >       BoundTest(boost::lambda::bind(&BoundTest::RunFixture<fixtureType>, 
> >       _1, var(testname), _2), #testname))); \
> >     void testname(fixtureType& fixture)
> 
> AHHHH! MY EYES!!!!


Welcome to functional programming in C++.



Jon
-- 
Jon Stewart                                 Advanced Los Angeles C++
stew1@xxxxxxxxxxx                           http://www.alacpp.org
_______________________________________________
hosers-talk mailing list
hosers-talk@xxxxxxxxxxx
http://lists.ellipsis.cx/mailman/listinfo/hosers-talk