completed conversion of properties to use _t and enums.

Also noticed that problems regarding iterator_adaptor has
gone away, so I've removed the ifdef's that took it out.


[SVN r7840]
This commit is contained in:
Jeremy Siek
2000-09-26 07:29:12 +00:00
parent 97f7ebaccd
commit f4467cb190

View File

@@ -257,6 +257,11 @@
# elif defined _MSC_VER # elif defined _MSC_VER
# define BOOST_MSVC _MSC_VER # define BOOST_MSVC _MSC_VER
// turn off the warnings before we #include anything
# pragma warning( disable : 4786 ) // ident trunc to '255' chars in debug info
# pragma warning( disable : 4503 ) // warning: decorated name length exceeded
# if _MSC_VER <= 1200 // 1200 == VC++ 6.0 # if _MSC_VER <= 1200 // 1200 == VC++ 6.0
# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
# define BOOST_NO_PRIVATE_IN_AGGREGATE # define BOOST_NO_PRIVATE_IN_AGGREGATE
@@ -307,9 +312,6 @@
# define BOOST_DECL __declspec(dllimport) # define BOOST_DECL __declspec(dllimport)
# endif # endif
# pragma warning( disable : 4786 ) // ident trunc to '255' chars in debug info
# pragma warning( disable : 4503 ) // warning: decorated name length exceeded
# endif // Microsoft (excluding Intel/EDG frontend) # endif // Microsoft (excluding Intel/EDG frontend)
# ifndef BOOST_DECL # ifndef BOOST_DECL