|
Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
711 bytes
|
Being a template metaprogramming framework, the MPL concentrates on
getting one thing done well and leaves most of the clearly
preprocessor-related tasks to the corresponding specialized
libraries [PRE], [Ve03]. But whether we like it or not, macros play
an important role on today's C++ metaprogramming, and some of
the useful MPL-level functionality cannot be implemented
without leaking its preprocessor-dependent implementation
nature into the library's public interface.
| [Ve03] | Vesa Karvonen, The Order Programming Language, 2003. |
Note: See
TracBrowser
for help on using the repository browser.