Skip to content

Commit

Permalink
Add comment on forward declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 17, 2024
1 parent 1e29043 commit f18e4cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/include/ucxx/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
#include <ucxx/log.h>

namespace rmm {
// Forward declaration to prevent symbols from being added to symbol table unnecessarily.
class device_buffer;
}
} // namespace rmm

namespace ucxx {

Expand Down

0 comments on commit f18e4cc

Please sign in to comment.