Fix uppercase flag in iostream

This commit is contained in:
drmortalwombat 2024-10-24 07:21:39 +02:00
parent 5946f17632
commit 40c407782d

View File

@ -37,7 +37,7 @@ public:
showpos = 0x0800,
skipws = 0x1000,
unitbuf = 0x2000,
uppercase = 0x3000,
uppercase = 0x4000,
adjustfield = 0x00b0,
basefield = 0x004a,