Merge branch 'master' of github.com:bkaradzic/bx

This commit is contained in:
Бранимир Караџић
2019-03-21 09:39:07 -07:00
5 changed files with 1 additions and 1 deletions

View File

@@ -115,7 +115,7 @@
/// The return value of the function is solely a function of the arguments.
///
#if BX_COMPILER_MSVC && (BX_COMPILER_MSVC <= 1900)
#if (BX_COMPILER_MSVC && (BX_COMPILER_MSVC <= 1900)) || (BX_COMPILER_GCC && (__cplusplus < 201402L))
# define BX_CONSTEXPR_FUNC BX_CONST_FUNC
#else
# define BX_CONSTEXPR_FUNC constexpr BX_CONST_FUNC

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.