Make ios_base::failure visibility specified consistent
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@267076 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user