Skip to content

Using C++ DataFrame with earlier versions of C++ and build instructions from source for all supported platforms and compilers #358

Closed Answered by hosseinmoein
amehrish asked this question in Q&A
Discussion options

You must be logged in to vote

Building the current codebase with C++17 is not trivial. It requires a lot of changes that makes the code even less efficient.

The build instructions in the docs are for CMake build (recommended). I am not experienced in Windows development environment nor do I have access to one. But as far as I know MSVC supports C++23 very well. This is the output the CI build based on MSVC https://ci.appveyor.com/project/hosseinmoein/dataframe

I hope this helps

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@amehrish
Comment options

amehrish Mar 18, 2025
Author Sponsor

Answer selected by amehrish
Comment options

You must be logged in to vote
3 replies
@amehrish
Comment options

amehrish Mar 23, 2025
Author Sponsor

@hosseinmoein
Comment options

@amehrish
Comment options

amehrish Mar 24, 2025
Author Sponsor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants