Boost logo

Boost :

From: Jean-Louis Leroy (jl_at_[hidden])
Date: 2025-05-02 23:16:13


> Does dispatch lookup not work with partially populated dispatch maps?

Dispatch needs initialize() to run first. It builds the dispatch tables (not
maps). And to produce correct results, initialize() needs to know all the
classes, methods and overriders.

J-L


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk