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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user