forked from OSchip/llvm-project
Make ios_base::failure visibility specified consistent
llvm-svn: 267076
This commit is contained in:
parent
c52c74efdf
commit
62b98b6cce
|
@ -231,7 +231,7 @@ typedef ptrdiff_t streamsize;
|
||||||
class _LIBCPP_TYPE_VIS ios_base
|
class _LIBCPP_TYPE_VIS ios_base
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
class _LIBCPP_TYPE_VIS failure;
|
class _LIBCPP_EXCEPTION_ABI failure;
|
||||||
|
|
||||||
typedef unsigned int fmtflags;
|
typedef unsigned int fmtflags;
|
||||||
static const fmtflags boolalpha = 0x0001;
|
static const fmtflags boolalpha = 0x0001;
|
||||||
|
|
Loading…
Reference in New Issue