Skip to content
Snippets Groups Projects
Commit 587fc555 authored by Max Kahnt's avatar Max Kahnt
Browse files

Prevent boost from using auto_ptr.

parent e56d6833
No related branches found
No related tags found
No related merge requests found
Pipeline #59108 failed
......@@ -4,6 +4,9 @@
#ifdef HAVE_BOOST_SERIALIZATION
// disencourage/disable boost to use std::auto_ptr, because it is gone in c++17
#define BOOST_NO_AUTO_PTR
#include <fstream>
#include <dune/common/exceptions.hh>
......
......@@ -3,6 +3,9 @@
#ifdef HAVE_BOOST_SERIALIZATION
// disencourage/disable boost to use std::auto_ptr, because it is gone in c++17
#define BOOST_NO_AUTO_PTR
#include <dune/common/fvector.hh>
#include <dune/istl/bvector.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment