Content deleted Content added
Mx. Granger (talk | contribs) {{C++ programming language}} |
Nominated for deletion; see Wikipedia:Articles for deletion/Substitution failure is not an error. |
||
Line 1:
{{Short description|C++ programming technique}}
<!-- Please do not remove or change this AfD message until the discussion has been closed. -->
{{Article for deletion/dated|page=Substitution failure is not an error|timestamp=20220717091636|year=2022|month=July|day=17|substed=yes|help=off}}
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=Substitution failure is not an error|date=17 July 2022|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
'''Substitution failure is not an error''' ('''SFINAE''') refers to a situation in [[C++]] where an invalid substitution of [[Template (C++)|template]] parameters is not in itself an error. David Vandevoorde first introduced the acronym SFINAE to describe related programming techniques.<ref>{{cite book | last=Vandevoorde | first=David |author2=Nicolai M. Josuttis | title=C++ Templates: The Complete Guide | publisher=Addison-Wesley Professional | year=2002 | isbn=0-201-73484-2}}</ref>
|