File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 480
480
class id;
481
481
// \ref {locale.category }, type \tcode {locale::category}
482
482
using category = int;
483
- static const category // values assigned here are for exposition only
483
+ static constexpr category // values assigned here are for exposition only
484
484
none = 0,
485
485
collate = 0x010, ctype = 0x020,
486
486
monetary = 0x040, numeric = 0x080,
1724
1724
const char* narrow(const char* low, const char* high, char dfault, char* to) const;
1725
1725
1726
1726
static locale::id id;
1727
- static const size_t table_size = @\impdef@ ;
1727
+ static constexpr size_t table_size = @\impdef@ ;
1728
1728
1729
1729
const mask* table() const noexcept;
1730
1730
static const mask* classic_table() noexcept;
4448
4448
pattern neg_format() const;
4449
4449
4450
4450
static locale::id id;
4451
- static const bool intl = International;
4451
+ static constexpr bool intl = International;
4452
4452
4453
4453
protected:
4454
4454
~moneypunct();
You can’t perform that action at this time.
0 commit comments