Commited Tue. September 21, 2010 at 03:55:21 PM EDT
minor hack to fix warning generated by instance of DictionaryOf< Primitive<int> >
The ConversionTo<PO> supplies a addValue(string, double), which produces a double-to-int cast warning in PO(val)... don't want to add a double constructor for all primitives, the warning has some merit. So removed RealConversion from the general ConversionTo and use template specialization for float and double to add it back as appropriate.