[odb-users] Small documentation error

Dieter Govaerts dieter.govaerts at bricsys.com
Thu Sep 15 08:17:24 EDT 2016


Hello,

I've found a small error in "7.3 Pointers and NULL Value Semantics" in the sample code for the nullable interface:

  // The same using the pointer interface.
  //
  if (ns)
  {
  // ...

should be (condition negation):

  // The same using the pointer interface.
  //
  if (!ns)
  {
  // ...

Regards,
Dieter




More information about the odb-users mailing list