return BIGENDIAN_STR;
}
+bool MEDCoupling::IsCXX11Compiled()
+{
+#if __cplusplus >= 201103L
+ return true;
+#else
+ return false;
+#endif
+}
+
//=
std::size_t BigMemoryObject::getHeapMemorySize() const
MEDCOUPLING_EXPORT int MEDCouplingSizeOfVoidStar();
MEDCOUPLING_EXPORT bool MEDCouplingByteOrder();
MEDCOUPLING_EXPORT const char *MEDCouplingByteOrderStr();
-
+ MEDCOUPLING_EXPORT bool IsCXX11Compiled();
+
class BigMemoryObject
{
public:
int MEDCouplingSizeOfVoidStar();
bool MEDCouplingByteOrder();
const char *MEDCouplingByteOrderStr();
-
+ bool IsCXX11Compiled();
+
class BigMemoryObject
{
public: