Better short for evilc++

This commit is contained in:
Stefanus Du Toit 2002-10-30 15:52:27 +00:00
parent d0827b7829
commit 0ae86001d3
1 changed files with 2 additions and 1 deletions

View File

@ -961,7 +961,8 @@ lent to you for the duration of this class.</p>
<eventitem date="2002-11-05" time="4:30 PM" room="MC 2065"
title="The Evil Side of C++">
<short>Abusing template metaprogramming in C++ for fun and profit</short>
<short>Abusing template metaprogramming in C++; aka. writing a
Mandelbrot generator that runs at compile time</short>
<abstract>
<p>Templates are a useful feature in C++ when it comes to writing
type-independent data structures and algorithms. Relatively soon