Opened 9 years ago
Closed 9 years ago
#8541 closed Bugs (fixed)
New keywords to syntax highlight in C++11
Reported by: | John Maddock | Owned by: | Daniel James |
---|---|---|---|
Milestone: | To Be Determined | Component: | quickbook |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Can quickbook please catch up with C++11 and syntax highlight the new keywords?
The complete C++11 list is:
alignas continue friend register true alignof decltype goto reinterpret_cast try asm default if return typedef auto delete inline short typeid bool do int signed typename break double long sizeof union case dynamic_cast mutable static unsigned catch else namespace static_assert using char enum new static_cast virtual char16_t explicit noexcept struct void char32_t export nullptr switch volatile class extern operator template wchar_t const false private this while constexpr float protected thread_local const_cast for public throw
Change History (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged to release in [84252].
(In [84152]) C++11 keywords. Refs #8541.