Difference between revisions of "Cpp features blocked by version"
From The Battle for Wesnoth Wiki
Pentarctagon (talk | contribs) m (Pentarctagon moved page Cpp features blocked by macos to Cpp features blocked by version without leaving a redirect) |
Pentarctagon (talk | contribs) (→Features) |
||
Line 1: | Line 1: | ||
== Features == | == Features == | ||
+ | This is a listing of C++ features that would be useful to have but can't yet use. The Feature column is the language or standard library feature (https://en.cppreference.com/w/cpp/compiler_support is a good reference). The Benefit column is what having this feature will allow to be done. The remaining three columns are for the minimum requirements for the feature to be available on each platform. | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | ! Feature !! Benefit !! Windows !! macOS !! Linux | ||
+ | |- | ||
+ | | Example || Example || Example || Example || Example | ||
+ | |} |
Revision as of 23:27, 24 July 2024
Features
This is a listing of C++ features that would be useful to have but can't yet use. The Feature column is the language or standard library feature (https://en.cppreference.com/w/cpp/compiler_support is a good reference). The Benefit column is what having this feature will allow to be done. The remaining three columns are for the minimum requirements for the feature to be available on each platform.
Feature | Benefit | Windows | macOS | Linux |
---|---|---|---|---|
Example | Example | Example | Example | Example |