There was an error fetching the commit references. Please try again later.
page_table: Allow page tables to be moved
Makes page tables and virtual buffers able to be moved, but not copied, making the interface more flexible. Previously, with the destructor specified, but no move assignment or constructor specified, they wouldn't be implicitly generated.
Showing
- src/common/page_table.cpp 1 addition, 1 deletionsrc/common/page_table.cpp
- src/common/page_table.h 9 additions, 1 deletionsrc/common/page_table.h
- src/common/virtual_buffer.cpp 2 additions, 2 deletionssrc/common/virtual_buffer.cpp
- src/common/virtual_buffer.h 18 additions, 5 deletionssrc/common/virtual_buffer.h
Loading
Please register or sign in to comment