- C3d aggiornamento delle librerie.
This commit is contained in:
Dario Sassi
2020-11-21 18:27:05 +00:00
parent d5b135998e
commit 905577a744
97 changed files with 3002 additions and 1177 deletions
+12 -3
View File
@@ -161,12 +161,12 @@
#endif
//------------------------------------------------------------------------------
/// \ru Обертка для constexpr. \en Wrapper for constexpr.
/// \ru Обертка для c o n s t e x p r. \en Wrapper for c o n s t e x p r.
//---
#ifdef C3D_STANDARD_CXX_11
#define const_expr constexpr
#define c3d_constexpr constexpr
#else
#define const_expr const
#define c3d_constexpr const
#endif // C3D_STANDARD_CXX_11
//------------------------------------------------------------------------------
@@ -178,5 +178,14 @@
#define C3D_NULL_PTR NULL
#endif // C3D_STANDARD_CXX_11_PARTIAL
//------------------------------------------------------------------------------
// \ru Нулевой указатель. \en Null pointer.
//---
#ifdef C3D_STANDARD_CXX_11
#define c3d_final final
#else
#define c3d_final
#endif // C3D_STANDARD_CXX_11_PARTIAL
#endif // __SYSTEM_CPP_STANDARD_H