File tree 1 file changed +13
-6
lines changed
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -281,9 +281,16 @@ This is very likely due to underlying `min_specialization` implementation not
281
281
being very mature yet, though it's quite possible I botched something somewhere
282
282
(Please file an issue if you figure out which : P ).
283
283
284
- ## Also see
285
-
286
- - [ sagebind/castaway] ( https://github.com/sagebind/castaway ) : Safe, zero-cost
287
- downcasting for limited compile-time specialization. This is an awesome
288
- library I've just stumbled upon, which seems to be doing what is done here in
289
- a more robust and stable way.
284
+ ## See also
285
+
286
+ - [ sagebind/castaway] : Safe, zero-cost downcasting for limited compile-time
287
+ specialization. This is an awesome library I've just stumbled upon, which
288
+ seems to be doing what is done here in a more robust and stable way.
289
+ - [ Autoref-based stable specialization] : A detailed case study for various methods
290
+ of specialization, introducing "autoref-based specalization".
291
+ - [ Generalized Autoref-Based Specialization] : Another method called
292
+ "* autoderef* -based specialization" which builds on top of the article above.
293
+
294
+ [ sagebind/castaway ] : https://github.com/sagebind/castaway
295
+ [ Autoref-based stable specialization ] : https://github.com/dtolnay/case-studies/tree/master/autoref-specialization
296
+ [ Generalized Autoref-Based Specialization] : https://lukaskalbertodt.github.io/2019/12/05/generalized-autoref-based-specialization.html
You can’t perform that action at this time.
0 commit comments