2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 15:12:16 +00:00

VC7 does call default constructor unless old syntax used

[SVN r24901]
This commit is contained in:
Michael Stevens
2004-09-04 14:45:27 +00:00
parent 127ee18090
commit 98c2abbbc3

View File

@@ -39,8 +39,6 @@
#if BOOST_MSVC < 1300
// Cannot access private members from member class
#define BOOST_UBLAS_NESTED_CLASS_DR45
// static member data initialisers require = syntax
#define BOOST_UBLAS_STATIC_OLD_INIT
#endif
// Version 6.0 & 7.0
@@ -51,6 +49,8 @@
#pragma warning (disable: 4503)
#pragma warning (disable: 4786)
// static member data initialisers require = syntax
#define BOOST_UBLAS_STATIC_OLD_INIT
// Member friend syntax works but lookup sometime fails on VC7
#define BOOST_UBLAS_NO_MEMBER_FRIENDS
// Base traits templates syntax not supported