Skip to content

Commit 6e99c79

Browse files
committed
Added pendingchanges for accessor changes
Signed-off-by: Nick Avramoussis <4256455+Idclip@users.noreply.github.com>
1 parent 888f309 commit 6e99c79

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pendingchanges/value_accessor.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+

0 commit comments

Comments
 (0)