| Index: source/common/unicode/umachine.h
 | 
| diff --git a/source/common/unicode/umachine.h b/source/common/unicode/umachine.h
 | 
| index 532159216a5e3d13027a7ffef6fc328c7b6f64b9..939a11706ad2dfa7ff789ba011b3e1a9a4eea37e 100644
 | 
| --- a/source/common/unicode/umachine.h
 | 
| +++ b/source/common/unicode/umachine.h
 | 
| @@ -1,7 +1,7 @@
 | 
|  /*
 | 
|  ******************************************************************************
 | 
|  *
 | 
| -*   Copyright (C) 1999-2014, International Business Machines
 | 
| +*   Copyright (C) 1999-2015, International Business Machines
 | 
|  *   Corporation and others.  All Rights Reserved.
 | 
|  *
 | 
|  ******************************************************************************
 | 
| @@ -132,7 +132,7 @@
 | 
|   * @internal
 | 
|   */
 | 
|  
 | 
| -#if defined(__cplusplus) && __cplusplus>=201103L
 | 
| +#if U_CPLUSPLUS_VERSION >= 11
 | 
|  /* C++11 */
 | 
|  #ifndef U_OVERRIDE
 | 
|  #define U_OVERRIDE override
 | 
| 
 |