mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-21 03:05:22 -04:00
1928bca4a4
This is in preparation for other patches that will make use of the macro. The patch also removes #undef:ing the macro after its been used to not make the header inclusion order critical. Otherwise, the new header would always have to be the last of the yaml-cpp headers to be included.