Revise comments

release/4.3a0
Fan Jiang 2020-06-23 18:37:12 -04:00
parent 8f923fa081
commit b41809203f
1 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,8 @@ namespace gtsam {
/**
* A trait to mark classes that need special alignment.
* Please refer to https://github.com/PointCloudLibrary/pcl/pull/3163
* This is required to make boost::make_shared and etc respect alignment, which is essential for the Python
* wrappers to work properly.
*/
#if __cplusplus < 201703L
template<typename ...> using void_t = void;