Skip to content
Snippets Groups Projects
Commit f32ccd78 authored by Oliver Sander's avatar Oliver Sander
Browse files

Simplify code by using new method MultiTypeBlockVector::size

We replace constructs like (if T is a MultiTypeBlockVector)

mpl::size<T>::value

by

T::size()

which I find easier to read.  Besides, using size() hides the fact that
boost::fusion is used for the implementation.
parent 6fcfa07f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment