18 Aug
2013
18 Aug
'13
5:35 p.m.
On Aug 16, 2013, at 1:14 PM, firespot
Does boost provide a more or less easy way to get this implementation smoothly done? C++ is 2003 version, so code must be compatible with e.g. VS 2008..
This example is the classic approach: http://www.boost.org/doc/libs/1_54_0/libs/function_types/example/interpreter... In my case I had what amounts to an array of boost::variant with certain scalar types, but it was fairly straightforward to convert from "parsing the next argument" to "using the next array entry." And yes, it's C++03 compatible. Give it a try, and good luck!