On 09/09/2021 16:48, Joaquin M López Muñoz via Boost-users wrote:
Please note that dogs in line 29 is defined as:
Dogs dogs;
whereas in your original code this was:
Animals dogs;
Maybe this is the problem?
Aaargh, you're right - that was exactly it. Many thanks and sorry for the top-posts, John _______________________________________________ Boost-users mailing list [email protected] https://lists.boost.org/mailman/listinfo.cgi/boost-users
