Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ableist language #3

Merged
merged 1 commit into from
Sep 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion defective.fqa
Original file line number Diff line number Diff line change
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