﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3522	Replace boost with C++11 in generated code	Rüdiger Franke	Rüdiger Franke	"Recently the Cpp runtime compiles with `-std=c++11`. Gcc5 will make this the default. This makes it possible to replace many `boost` features with their new `std` equivalents. In fact the related work has already started (see #3322). 

The question is if not boost can be completely removed from generated code. It should be restricted to cases where it is really beneficial (gcc 4.4, advanced solvers, ...).

A simple FMU for model exchange exported with an up-to-date compiler and basically using external solvers should not rely on boost.
"	enhancement	closed	high	1.9.4	Cpp Run-time		fixed		Niklas Worschech Marcus Walther
