We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dc440 commit 10bce87Copy full SHA for 10bce87
reference/memory/allocator_traits/max_size.md
@@ -8,7 +8,7 @@
8
```cpp
9
static size_type max_size(Alloc& a); // C++11
10
static size_type max_size(const Alloc& a) noexcept; // C++14 から C++ 17 まで
11
-static constepx size_type max_size(const Alloc& a) noexcept; // C++20 から
+static constexpr size_type max_size(const Alloc& a) noexcept; // C++20 から
12
```
13
14
## 概要
0 commit comments