Manu343726 / ctti

Compile Time Type Information for C++
MIT License
573 stars 56 forks source link

Fix compiler crash in VS2015 and std::size_t define #25

Open caseymcc opened 6 years ago

caseymcc commented 6 years ago

Fixes a compiler crash in VS2015, see https://github.com/Manu343726/ctti/issues/23 also fixes std::size_t define https://github.com/Manu343726/ctti/issues/22

PeterJeff commented 4 years ago

Confirmed that this allows it to build with MSVC 14.0.25431.01, but I have not fully tested usage yet.