File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public:
44
44
static constexpr _Fmtflags scientific = static_cast<_Fmtflags>(0x1000);
45
45
static constexpr _Fmtflags fixed = static_cast<_Fmtflags>(0x2000);
46
46
47
- static constexpr _Fmtflags hexfloat = static_cast<_Fmtflags>(0x3000); // added with TR1 (not in C++11)
47
+ static constexpr _Fmtflags hexfloat = static_cast<_Fmtflags>(0x3000); // TRANSITION, ABI, GH-3296
48
48
49
49
static constexpr _Fmtflags boolalpha = static_cast<_Fmtflags>(0x4000);
50
50
static constexpr _Fmtflags _Stdio = static_cast<_Fmtflags>(0x8000);
@@ -124,7 +124,7 @@ template <class _Dummy>
124
124
const typename _Iosb<_Dummy>::_Fmtflags _Iosb<_Dummy>::fixed;
125
125
126
126
template <class _Dummy>
127
- const typename _Iosb<_Dummy>::_Fmtflags _Iosb<_Dummy>::hexfloat; // added with TR1 (not in C++11)
127
+ const typename _Iosb<_Dummy>::_Fmtflags _Iosb<_Dummy>::hexfloat; // TRANSITION, ABI, GH-3296
128
128
129
129
template <class _Dummy>
130
130
const typename _Iosb<_Dummy>::_Fmtflags _Iosb<_Dummy>::boolalpha;
You can’t perform that action at this time.
0 commit comments