File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ API changes:
2+ - Significant infrastructural change to the ValueAccessor header and
3+ implementation. All ValueAccessor specializations have been consolidated
4+ into a single class which support all possible ValueAccessor configurations
5+ using index_sequences. Backwards compatible declarations have been provided.
6+ The new ValueAccessor implementation is marked as final.
7+
8+ Improvements:
9+ - Introduced openvdb::make_index_sequence to solve clang compilations
10+ issues with compiler builtin index_sequence implementations.
11+ - Introduced openvdb::TupleList to wrap std::tuple and provide interface
12+ interop methods with openvdb::TypeList.
13+ - Added OPENVDB_FORCE_INLINE, OPENVDB_LIKELY and OPENVDB_UNLIKELY macros.
14+
You can’t perform that action at this time.
0 commit comments