Page 1 of 1

QxOrm 1.3.2 released : support C++11 types

PostPosted: Wed Mar 25, 2015 8:07 am
by qxorm
Hello,

QxOrm 1.3.2 just released !

---

Changes in version QxOrm 1.3.2:
- Support C++11 types (need to set compilation options in QxOrm.pri config file to enable these features)
- With _QX_CPP_11_SMART_PTR compilation option : std::unique_ptr, std::shared_ptr, std::weak_ptr
- With _QX_CPP_11_CONTAINER compilation option : std::unordered_map, std::unordered_set, std::unordered_multimap, std::unordered_multiset
- With _QX_CPP_11_TUPLE compilation option : std::tuple