Re: [deal.II] Boost errors

2017-11-14 Thread Praveen C
So it was an issue in my own code. I had these two lines #define T00.80 // bottom wall temperature #define T10.85 // topwall temperature and it looks like this conflicts with something in Boost. Renaming T0 and T1 to something else solved the problem. Thanks

[deal.II] Re: Boost errors

2017-11-14 Thread Daniel Arndt
Praveen, can you provide us with a minimal example showing the problem? Since this problem doesn't appear when compiling the library, it is difficult to guess the cause. Best, Daniel > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see