@@ -137,7 +137,7 @@ constexpr int factorial(int n) {
factorial(5); // == 120
```
### Variable Templates
### Variable templates
C++14 allows variables to be templated:
```c++
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.