Skip to content

Commit 98cb7f1

Browse files
committed
[RN][NFC] Document behaviour change of dictionary generator
in presence of selected template instances with template arguments that are represented in the AST as invalid.
1 parent a57248f commit 98cb7f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README/ReleaseNotes/v638/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* The `RooStats::HLFactory` class that was deprecated in ROOT 6.36 is now removed. It provided little advantage over using the RooWorkspace directly or any of the other higher-level frameworks that exist in the RooFit ecosystem.
55
* The build options `mysql`, `odbc` and `pgsql`, that were deprecated in ROOT 6.36, are now removed.
66

7+
## Core Libraries
8+
* Behavior change: when selecting a template instantiation for a dictionary, all the template arguments have to be fully defined - the forward declarations are not enough any more. The error prompted by the dictionary generator will be `Warning: Unused class rule: MyTemplate<MyFwdDeclaredClass>`.
9+
710
## Math
811

912
### Minuit2

0 commit comments

Comments
 (0)