cling/tools/driver
Bertrand Bellenot efa55e40ed 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
2024-05-14 15:44:06 +02:00
..
cling.cpp startup script support 2023-06-16 16:29:08 +02:00
CMakeLists.txt Export missing symbols 2024-05-14 15:44:06 +02:00