File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Version 0.2.4
2+
3+ * Minimum CMake version is now 3.5 (#156 ).
4+ * Better module support (#151 ).
5+ * Prevent dangling double-wrapping of ` function_ref ` (#154 ).
6+ * Use EBO for ` strong_typedef ` on MSVC (#159 ).
7+ * Add ` flag_set::from_int ` (#161 ).
8+
19## Version 0.2.3
210
311* Enable the use of ` import std ` (#141 , #147 ).
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ set(TYPE_SAFE_CMAKE_SIZEOF_VOID_P ${CMAKE_SIZEOF_VOID_P})
125125set (CMAKE_SIZEOF_VOID_P "" )
126126write_basic_package_version_file (
127127 ${CMAKE_CURRENT_BINARY_DIR} /type_safe-config-version.cmake
128- VERSION 0.2.3
128+ VERSION 0.2.4
129129 COMPATIBILITY SameMajorVersion
130130)
131131set (CMAKE_SIZEOF_VOID_P ${TYPE_SAFE_CMAKE_SIZEOF_VOID_P} )
Original file line number Diff line number Diff line change 55class TypeSafe (ConanFile ):
66 name = 'type_safe'
77 url = 'https://github.com/foonathan/type_safe'
8- version = '0.2.3 '
8+ version = '0.2.4 '
99 requires = 'debug_assert/1.3@Manu343726/testing'
1010 exports = '*.hpp'
1111 generators = 'cmake'
You can’t perform that action at this time.
0 commit comments