Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 500ccac4 authored by gsell's avatar gsell
Browse files

cleanup: IPPL_IOFLAG_BUG related code removed

parent 51a2ea7c
No related branches found
No related tags found
1 merge request!227Resolve "cleanup: remove IPPL_IOFLAG_BUG"
...@@ -95,11 +95,7 @@ public: ...@@ -95,11 +95,7 @@ public:
// functions used to change format state; used just as for iostreams // functions used to change format state; used just as for iostreams
#ifdef IPPL_IOFLAG_BUG
typedef long FmtFlags_t;
#else
typedef std::ios_base::fmtflags FmtFlags_t; typedef std::ios_base::fmtflags FmtFlags_t;
#endif
FmtFlags_t setf(FmtFlags_t setbits, FmtFlags_t field) FmtFlags_t setf(FmtFlags_t setbits, FmtFlags_t field)
{ return FormatBuf.setf(setbits,field); } { return FormatBuf.setf(setbits,field); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment