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
------------------------------------------------------------------
| Welcome to ROOT 6.28/06 https://root.cern |
| (c) 1995-2023, The ROOT Team; conception: R. Brun, F. Rademakers |
| Built for macosx64 on Sep 17 2023, 12:38:14 |
| From heads/latest-stable@7745d36d |
| With Apple clang version 14.0.3 (clang-1403.0.22.14.1) |
| Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q' |
------------------------------------------------------------------
Installation method
build from source
Operating system
MacOS
Additional context
input_line_24:6:70: error: no matching member function for call to 'test_pack'
new (ret) (int) (((TestSfinae<float>*)obj)->TestSfinae<float>::test_pack<int, int, int, float, false>(*(int*)args[0], *(int*)args[1],
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
input_line_18:11:8: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'Args'
auto test_pack(Args... args) {
^
The text was updated successfully, but these errors were encountered:
@vepadulano Hi Vincenzo, sorry to bother you if this is already on your radar, but I was wondering if I could receive some help with this? Thank you in advance.
Check duplicate issues.
Description
Following from wlav/cppyy#201, it seems there is an issue with (ROOT's) cppyy's handling of SFINAE functions with variadic template arguments.
Reproducer
ROOT version
Installation method
build from source
Operating system
MacOS
Additional context
The text was updated successfully, but these errors were encountered: