File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ public:
578
578
#ifdef _CACHED_RUNES
579
579
static const size_t table_size = _CACHED_RUNES;
580
580
#else
581
- static const size_t table_size = 256 ; // FIXME: Don't hardcode this.
581
+ static const size_t table_size = 256 ;
582
582
#endif
583
583
_LIBCPP_HIDE_FROM_ABI const mask* table () const _NOEXCEPT { return __tab_; }
584
584
static const mask* classic_table () _NOEXCEPT;
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ public:
585
585
# ifdef _CACHED_RUNES
586
586
static const size_t table_size = _CACHED_RUNES;
587
587
# else
588
- static const size_t table_size = 256 ; // FIXME: Don't hardcode this.
588
+ static const size_t table_size = 256 ;
589
589
# endif
590
590
_LIBCPP_HIDE_FROM_ABI const mask* table () const _NOEXCEPT { return __tab_; }
591
591
static const mask* classic_table () _NOEXCEPT;
You can’t perform that action at this time.
0 commit comments