use EIGEN_CPLUSPLUS instead of checking cpp version
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
use EIGEN_CPLUSPLUS instead of checking cpp version
Charles Schlosser
requested to merge
chuckyschluz/eigen-chucky:use_test_macros
into
master
Nov 06, 2024
Overview
1
Commits
3
Pipelines
3
Changes
1
Reference issue
What does this implement/fix?
Replace
__cplusplus
with
EIGEN_CPLUSPLUS
to not punish MSVC users.
Additional information
Edited
Nov 06, 2024
by
Charles Schlosser
Merge request reports
Loading