You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to differentiate between "real" compilers and just the front end compiler. Hence we need to add BOOST_COMP_xyz_FRONTEND defs for the compilers. Currently the known front-ends are: Clang (clang.h), EDG (edg.h), Pathscale (ekopath.h), IBM XLCPP (ibm.h), and Intel OSX (as Clang hence intel.h and clang.h).
The text was updated successfully, but these errors were encountered:
We need to be able to differentiate between "real" compilers and just the front end compiler. Hence we need to add BOOST_COMP_xyz_FRONTEND defs for the compilers. Currently the known front-ends are: Clang (clang.h), EDG (edg.h), Pathscale (ekopath.h), IBM XLCPP (ibm.h), and Intel OSX (as Clang hence intel.h and clang.h).
The text was updated successfully, but these errors were encountered: