I would suggest to remove fe_enriched.h/.cc for now if you don't need
it (remove the .cc from the CMakeLists.txt). It might be worth
checking if you run into other compiler bugs before spending more time
on fe_enriched.

On Fri, Dec 29, 2017 at 9:38 PM, Wolfgang Bangerth
<bange...@colostate.edu> wrote:
>
>> I tried commenting out functions and found out that the error persists
>> with only the following lines remaining in the file:
>>
>>     #include <deal.II/fe/fe_enriched.h>
>>     #include <deal.II/fe/fe_tools.h>
>>     #include <deal.II/base/std_cxx14/memory.h>
>>     DEAL_II_NAMESPACE_OPEN
>>
>>
>>     #include "fe_enriched.inst"
>>     DEAL_II_NAMESPACE_CLOSE
>>
>>
>> I'm not sure if I can modify it using a different syntax. Could you please
>> advice on how I can proceed from here?
>
>
> Good work so far. Since fe_enriched.cc is the only file that #includes
> fe_enriched.h, what you can do now is  to replace the line
>      #include <deal.II/fe/fe_enriched.h>
> above by the content of the .h file. Then continue to remove things -- e.g.,
> start by removing the template and inline functions that are currently at
> the bottom of the .h file, then remove one declaration of a member
> function/variable after the other, etc until you have gotten things to the
> smallest content you can get it to. It should become clear which of the
> template or inline functions, or =default or =delete functions the problem
> is, and then we can start playing with modifying it as necessary.
>
> Best
>  W.
>
>
> --
> ------------------------------------------------------------------------
> Wolfgang Bangerth          email:                 bange...@colostate.edu
>
>                            www: 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.math.colostate.edu_-7Ebangerth_&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=s9-JxMtAX-V7xfsZk0wMb5Rm3qyYQmbRWx4PMebi4DQ&s=QKVPITOToAAp0LoXJGkx8IqM5a3_-2BO4ir9MY8D_t8&e=
>  
>
> --
> The deal.II project is located at 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.dealii.org_&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=s9-JxMtAX-V7xfsZk0wMb5Rm3qyYQmbRWx4PMebi4DQ&s=q9IAG4PN1TyWxWqNciQNvFRt2Jda8miXG_G3bs6XR2Y&e=
>  
> For mailing list/forum options, see
> https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_forum_dealii-3Fhl-3Den&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=s9-JxMtAX-V7xfsZk0wMb5Rm3qyYQmbRWx4PMebi4DQ&s=eHsqpBvKMmQC6IQDW8XK2FOUpQIirRlsOACvuINKkYg&e=
>  
> --- You received this message because you are subscribed to the Google
> Groups "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dealii+unsubscr...@googlegroups.com.
> For more options, visit 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=s9-JxMtAX-V7xfsZk0wMb5Rm3qyYQmbRWx4PMebi4DQ&s=a7yCVxLzZKK16Hz6MclXjC4kijpZg_L9690-VjRRhQE&e=
>  .



-- 
Timo Heister
http://www.math.clemson.edu/~heister/

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to