Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Missing some C++ 11, C++ 14 supports #127

Open
KSXGitHub opened this issue Mar 22, 2016 · 3 comments
Open

Missing some C++ 11, C++ 14 supports #127

KSXGitHub opened this issue Mar 22, 2016 · 3 comments

Comments

@KSXGitHub
Copy link
Contributor

  • Keyword decltype
  • New literal syntaxes
    • LPWSTR: L"abcdef"
    • Binary literals: 0b10010110
    • Digit Seperator: 1'234'567, 0.12'34'56f, 1'23'4'5, 0b1001'1101, 0xAB'CD
    • User-defined literals
@wingyplus
Copy link
Contributor

I see LPWSTR currently implemented in Atom 1.11.1 but I see any test to verify it, so I can make a pull request to make sure this feature was implemented correctly.

@fbbdev
Copy link

fbbdev commented Feb 12, 2017

Please consider fixing the digit separator. Highlighting errors are so bad they make code unreadable when it contains a separator.

@winstliu
Copy link
Contributor

@fbbdev Digit separator support should be included in Atom 1.15, currently in beta.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants