Skip to content
Snippets Groups Projects
Commit 12c3a15a authored by Charles Leggett's avatar Charles Leggett
Browse files

Merge branch 'GAUDI-1189' into 'master'

exclude classes referring to `__int128` from GaudiPythonDict

Fixes GAUDI-1189

See merge request !121
parents aa945af7 8b060cce
Branches
Tags
No related merge requests found
......@@ -113,6 +113,7 @@
<class pattern = "std::unary_function<std::pair<*,Tuples::*>" />
<class pattern = "std::unary_function<std::pair<*,NTuple::*>" />
<class pattern = "std::unary_function<std::pair<*,AIDA::*>" />
<class pattern = "*__int128*" />
<class name = "GaudiPython::CallbackStreamBuf">
<!-- assignment operator and copy constructor cannot compile -->
<method name="="/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment