[Dune] [#904] nullptr compatibility code is incompatible with GCC 4.6

Dune flyspray at dune-project.org
Tue Jun 7 22:43:16 CEST 2011


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#904 - nullptr compatibility code is incompatible with GCC 4.6
User who did this - Christian Engwer (christi)

----------
The problem is that the fix only complete, if we move the nullptr_t to a consistent namespace.

- Either we break our old code by moving nullptr_t to the namespace Dune and then importing std::nullptr_t to Dune.
- or we loosen the separation introduced by the namespace and import nullptr_t to the global namespace.

I still think we should move nullptr_t to the namespace Dune, as most of our code will already be in the Dune namespace.
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=904#comment2578

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list