6 Mar
2020
6 Mar
'20
12:12 a.m.
On 3/5/20 1:54 PM, deb via Boost-users wrote:
Yes, mp_find and then mp_at_c would equivalently do the job . And, if I may ask , do you know of any significant difference(regarding compile-time) between the iterator based approach of mpl and mp_find? Thanks.
Deb, the subject of profiling template compile times came up here: http://lists.llvm.org/pipermail/cfe-dev/2020-March/064811.html with the subject line: Clang: How to Analyse Compiletime of Templates? Maybe that could give you some hints of doing it yourself. HTH. -Larry