]> https://gitweb.dealii.org/ - dealii.git/commit
Mark copy operators as explicitly deleted. 4631/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 19 Jul 2017 16:53:46 +0000 (10:53 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 19 Jul 2017 20:52:12 +0000 (14:52 -0600)
commitdc84bc3712349c670f7cfadeb0e470033255835f
treef22fd39016c63a18d4f5a4addefe872c9773f9eb
parentde867724a02ae51215df2485df9151be0337aa31
Mark copy operators as explicitly deleted.

The operator=() of all accessor classes had previously been hidden
by making them private and not implementing them. C++11 now allows
us to bring them out of the dark and into the light by making
them public, but marking them as '=delete'.
include/deal.II/dofs/dof_accessor.h
include/deal.II/grid/tria_accessor.h

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.