* include/bits/fs_path.h (path::format): Add fixed underlying type.
From-SVN: r269493
+2019-03-08 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/fs_path.h (path::format): Add fixed underlying type.
+
2019-03-08 François Dumont <fdumont@gcc.gnu.org>
PR libstdc++/89477
#endif
typedef std::basic_string<value_type> string_type;
- enum format { native_format, generic_format, auto_format };
+ enum format : unsigned char { native_format, generic_format, auto_format };
// constructors and destructor