diff --git a/root/io/uniquePointer/privacyLoad.C b/root/io/uniquePointer/privacyLoad.C index b67fe39222..f1e93741d5 100644 --- a/root/io/uniquePointer/privacyLoad.C +++ b/root/io/uniquePointer/privacyLoad.C @@ -1,6 +1,15 @@ int privacyLoad() { gSystem->Load("privacy"); + // On Windows leads to a forward declaration of + // std::filesystem::path and since we do not generate a dictonary for that + // class, there is also no autoparsing. This leads to a state that is + // different from the state in other platform and incurred an additional + // spurrious: + // ```Warning in : no dictionary for class filesystem::path is available``` + // (due to the forward declaration only state). + gInterpreter->Declare("#include "); + const char *names[] = { "test", "test1",