You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove MSVC version-specific symbol export for 32-Windows
The MSVC version-specific symbol export for 32-Windows seems to break
the `rf614_binned_fit_problems.C` tutorial when using the CXX compiler
MSVC 19.39.33521.0:
```txt
1564/2950 Test #975: tutorial-roofit-roofit-rf614_binned_fit_problems ..................................................***Failed 15.32 sec
Processing C:/ROOT-CI/src/tutorials/roofit/roofit/rf614_binned_fit_problems.C...
IncrementalExecutor::executeFunction: symbol '__std_find_trivial_4@12' unresolved while linking [cling interface function]!
You are probably missing the definition of __std_find_trivial_4@12
Maybe you need to load the corresponding shared library?
CMake Error at C:/ROOT-CI/build/RootTestDriver.cmake:232 (message):
error code: 1
```
Follows up on:
* #15063
* #15860
0 commit comments