Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libstdc++ decimal wrapper #819

Open
mborland opened this issue Jan 23, 2025 · 0 comments
Open

Add libstdc++ decimal wrapper #819

mborland opened this issue Jan 23, 2025 · 0 comments
Labels
Boost Review Collected Comments from Boost Review Period enhancement New feature or request

Comments

@mborland
Copy link
Member

The file is #include <decimal/decimal> and gives std::decimal::decimal32, std::decimal::decimal64, and std::decimal::decimal128. We could likely just do something like

#include <decimal/decimal>

namespace boost::decimal {

class gcc_decimal32 : public std::decimal::decimal32
{
...
}

}
@mborland mborland added Boost Review Collected Comments from Boost Review Period enhancement New feature or request labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Boost Review Collected Comments from Boost Review Period enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant