Add empty_init constant to documentation

This commit is contained in:
Glen Fernandes
2019-12-15 12:46:55 -05:00
parent e59271fdc2
commit 253b07f630
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -97,6 +97,8 @@ public:
T& get() noexcept;
};
inline constexpr empty_init_t empty_init{ };
} /* boost */
```