fixed anchor name for T.21 (#1108)

This commit is contained in:
michaelz85 2017-12-20 17:50:46 +01:00 committed by Sergey Zubkov
parent 7c11ac1acf
commit 044a4b277e

View File

@ -16315,7 +16315,7 @@ Concepts with multiple operations have far lower chance of accidentally matching
* Flag uses of `enable_if` that appears to simulate single-operation `concepts`.
### <a name="RT-operations"></a>T.21: Require a complete set of operations for a concept
### <a name="Rt-complete"></a>T.21: Require a complete set of operations for a concept
##### Reason