overloads.txt 299 B

1234567
  1. "double MySRG_Luminosity ( double )"
  2. "float MySRG_Luminosity ( float )"
  3. "void MySRG_DoStuff ( )"
  4. # here is the important part, we can see that the unresolved call is translated anyway.
  5. "half x = :: MySRG_Luminosity ( 0 . 5 h ) ;"
  6. "void MySRG2_DoStuff ( )"
  7. "half x = :: MySRG_Luminosity ( 0 . 5 ) ;"