mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-02 03:00:38 -06:00
_head used to represent the position of the next push_back() and _tail used to represent the position of front(). This CL renames them to avoid confusion.