[Dune] Re: [Dune-CVS] dune-grid r2892 - trunk/grid/common

Oliver Sander sander at mi.fu-berlin.de
Thu Jul 27 13:39:01 CEST 2006


What is the problem?  All built-in C++ types act that way.

Oliver

************************************************************************
* Oliver Sander                ** email: sander at mi.fu-berlin.de        *
* Freie Universität Berlin     ** phone: + 49 (30) 838 75217           *
* Institut für Mathematik II   ** URL  : page.mi.fu-berlin.de/~sander  *
* Arnimallee 6                 ** -------------------------------------*
* 14195 Berlin, Germany        ** Member of MATHEON (www.matheon.de)   *
************************************************************************

On Thu, 27 Jul 2006, Andreas Dedner wrote:

> Wollen wir wirklich eine Interfacemthode, wo im Kommentar sogar
> steht, dass das Resultat undefiniert ist?
>
> Oliver Sander wrote:
>> Author: oliver
>> Date: 2006-07-27 10:41:51 +0200 (Thu, 27 Jul 2006)
>> New Revision: 2892
>>
>> Modified:
>>    trunk/grid/common/entitypointer.hh
>> Log:
>> Added default constructor
>>
>> Modified: trunk/grid/common/entitypointer.hh
>> ===================================================================
>> --- trunk/grid/common/entitypointer.hh	2006-07-27 08:40:45 UTC (rev 2891)
>> +++ trunk/grid/common/entitypointer.hh	2006-07-27 08:41:51 UTC (rev 2892)
>> @@ -131,6 +131,9 @@
>>    //@{
>>    //===========================================================
>>
>> +    /** \brief Default constructor, the result is undefined. */
>> +    EntityPointer() {}
>> +
>>    /** \brief Templatized copy constructor from arbitrary IteratorImp.
>>  	  This enables that an EntityPointer can be copy-constructed from
>>  	  LevelIterator, LeafIterator and HierarchicIterator (because
>>
>>
>> _______________________________________________
>> Dune-CVS mailing list
>> Dune-CVS at dune-project.org
>> http://www.dune-project.org/cgi-bin/mailman/listinfo/dune-cvs
>
> _______________________________________________
> Dune-CVS mailing list
> Dune-CVS at dune-project.org
> http://www.dune-project.org/cgi-bin/mailman/listinfo/dune-cvs
>


More information about the Dune mailing list