forked from boostorg/config
Full final keyword is present from vc11 not vc10, see http://msdn.microsoft.com/en-us/library/vstudio/hh567368%28v=vs.110%29.aspx
This commit is contained in:
@ -64,7 +64,6 @@
|
|||||||
#if _MSC_VER < 1600 // 150X == VC++ 9.0
|
#if _MSC_VER < 1600 // 150X == VC++ 9.0
|
||||||
// A bug in VC9:
|
// A bug in VC9:
|
||||||
# define BOOST_NO_ADL_BARRIER
|
# define BOOST_NO_ADL_BARRIER
|
||||||
# define BOOST_NO_CXX11_FINAL
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user