$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Request for Interest in several Modules
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2012-01-12 09:34:57
Den 12-01-2012 12:10, Roland Bock skrev:
> You may be very well be right. Currently we generate lots of additional
> code, to allow for stuff like this:
>
> Users users;
> users.insert(
> users.age(42),
> users.firstName("Roland"),
> users.lastName("Bock"));
>
> The insert method knows the required columns (you can specify the
> non-required columns, too, of course).
So you get a compile error if a column is required, but not specified?
-Thorsten