Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compilation error on MSVC (facebook#5458)
Summary: "__attribute__((__weak__))" was introduced in port\jemalloc_helper.h. It's not supported by Microsoft VS 2015, resulting in compile error. This fix adds a #if branch to work around the compile issue. Pull Request resolved: facebook#5458 Differential Revision: D15827285 fbshipit-source-id: 8c5f7ad31de1ac677bd96f16c4450767de834beb
- Loading branch information