30 Sep
2013
30 Sep
'13
5:41 p.m.
Some questions about the Boost.Parameter library: - seems like it hasn't been updated in some time -- is it still supported? - when specifying type constraints for named template parameters, is it possible to specify constraints among several type parameters (the way graph_type is used in section 2.1.5.6.1 of the documentation) - are there any issues in the interaction of Boost.Parameter and template specialization, i.e. how do I specialize the template on the values of some of the named parameters? Thanks, ilya