BlackToppStudios / Mezz_StaticFoundation

All of the parts of the Mezzanine that need to be handled prior to the real build, like compiler options and platform detection.
GNU General Public License v3.0
2 stars 0 forks source link

Moved Detection Traits that were in the Introspection system to the static foundation. #65

Closed MakoEnergy closed 5 years ago

MakoEnergy commented 5 years ago

These are pretty simple and on most platforms simply make the objects in the experimental namespace available in the normal std namespace. Moving them to the static foundation allows Mezz_Test to benefit from them.