On Mon, 7 Nov 2016, Rossi, Simone wrote:

I solved the error just by changing
  if (_qrule != libmesh_nullptr)   =>    if (_qrule.get() != libmesh_nullptr)

With this change it compiles fine, but I since ’m not using the rb classes and 
I cannot say if this is the best  way to solve this problem.

This looks correct; I'll put in a patch just as soon as I figure out
why my own builds didn't trigger the same compiler failure.  I could
swear I built a --enable-everything libMesh, using SLEPc, more
recently than John's unique_ptr upgrades.
---
Roy
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to