Hi,
This post is just to point out a deficiency of either boost.phoenix
or boost.units and see if there are workarounds.
Phoenix 3 now plays well with Boos.units quantities out of the box
but for some reason it does not play well with boost.units static
physical constants. Like in the following example. This is because the
constant 'hbar' is not a normal quantity type but a
boost::units::constant< ... hbar_t > type. do you think physical
constants could be defined as normal quantities in the future so it
can play well with phoenix?
#include<iostream>
#include