Boost logo

Ublas :

Subject: Re: [ublas] [bindings] Use of fortran_int_t
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2010-07-14 08:08:25


Hi Marco,

"integer_t" is obsolete, and will soon be removed completely. In fact, the "traits" directory itself is obsolete, and we plan to remove it as soon as possible.

As you already discovered, you are sometimes forced to use "fortran_int_t" in client code, so that should be OK. However, I wouldn't include "detail/config/fortran.hpp" directly in your client code, as it's quite possible that this directory structure may change.

Regards,
Thomas