$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [preprocessor] extending loop limit >> 256
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2010-12-29 11:18:25
What is your use case ? If it's loop unrolling consider using a small
template recursive-function. it'll be inlined in the same way