Miscellaneous
- Export missing
factory.h
header - couple of
emplace_back
rather thanpush_back
- some const reference
-
Vector5s
&Affine3ds
types -
WOLF_ASSERT_COVARIANCE_MATRIX
assert macro & helper functions - check for some
nullptr
Merge request reports
Activity
Filter activity
178 178 179 179 #define WOLF_REGISTER_PROCESSOR(ProcessorType, ProcessorName) \ 180 180 namespace{ const bool ProcessorName##Registered = \ 181 ProcessorFactory::get().registerCreator(ProcessorType, ProcessorName::create); }\ 181 wolf::ProcessorFactory::get().registerCreator(ProcessorType, ProcessorName::create); }\ @jsola actually I think it is necessary if one want to use this macro outside wolf namespace.
I will double-check tomorrow.
mentioned in commit 0d2951b9
Please register or sign in to reply