Hacker News new | ask | show | jobs
by jzwinck 2209 days ago
Boost Assign never seemed really useful to me. More like "Here's a zany thing you can do in C++."

Subsequent to the birth of Boost Assign, the language improved:

    for (int i : {1,2,3,4,5})
        v.push_back(i);
Simple, built in, anyone can understand it.