← Back to team overview

dolfin team mailing list archive

Re: unsigned int -> std::size_t

 

On Mon, Oct 22, 2012 at 10:32:11AM +0100, Garth N. Wells wrote:
> We have discussed briefly in the past changing from unsigned int
> (typedef uint) to std::size_t. Starting to solve some really big
> problems and some changes in Trilinos make it a good time to bring
> this up again. Any thoughts or objections to moving to std::size_t
> from uint?

I think this would be a good idea.

I suggest we keep the uint typedef and make it point to size_t.

--
Anders


Follow ups

References