Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip-ci][windows][cling] Export missing symbols
Export the following missing symbols: ``` void * __ptr64 __cdecl operator new(unsigned __int64,struct std::nothrow_t const & __ptr64) void * __ptr64 __cdecl operator new[](unsigned __int64,struct std::nothrow_t const & __ptr64) ``` and ``` void * __cdecl operator new[](unsigned int,struct std::nothrow_t const &) void * __cdecl operator new(unsigned int,struct std::nothrow_t const &) ``` Fixes root-project/cling#442
- Loading branch information