boost::none is constexpr-declared

This commit is contained in:
Andrzej Krzemienski
2020-10-24 17:17:10 +02:00
parent 2b08711ec6
commit 7e0b8145b5
45 changed files with 139 additions and 120 deletions

View File

@@ -17,8 +17,8 @@ namespace boost {
class none_t {/* see below */};
const none_t none (/* see below */);
inline constexpr none_t none (/* see below */);
} // namespace boost
```