Skip to content

Commit

Permalink
Merge pull request #3 from silby/master
Browse files Browse the repository at this point in the history
Remove ableist language
  • Loading branch information
yosefk committed Sep 1, 2016
2 parents 082d8de + 6e1095e commit c638d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defective.fqa
Expand Up @@ -177,7 +177,7 @@ In C++, we have standard and compiler-specific built-in types, structures, enume
multiple, virtual and non-virtual inheritance, |const| and |volatile| qualifiers, pointers, references and arrays,
|typedef|s, global and member functions and function pointers, and /templates/, which can have specializations on (again) /types/ (or integral constants),
and you can "partially specialize" templates by /pattern matching their type structure/
(for example, have a specialization for |std::vector<MyRetardedTemplate<T> >| for arbitrary values of |T|), and each template can have base classes
(for example, have a specialization for |std::vector<MySillyTemplate<T> >| for arbitrary values of |T|), and each template can have base classes
(in particular, it can be /derived from its own instantiations recursively/, which is a /well-known practice documented
in books/), and inner |typedef|s, and... We have lots of kinds of types.

Expand Down

0 comments on commit c638d3a

Please sign in to comment.