Skip to content

Commit 4677b8f

Browse files
author
mikeblome
committed
updaing for relaxed constexpr
1 parent 99c9c4f commit 4677b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/constexpr-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The keyword `constexpr` was introduced in C++11 and improved in C++14. It means
2121

2222
## Syntax
2323

24-
```cpp
24+
```
2525
constexpr literal-type identifier = constant-expression;
2626
constexpr literal-type identifier { constant-expression };
2727
constexpr literal-type identifier(params );

0 commit comments

Comments
 (0)