Open oschonrock opened 4 years ago
Hello,
I am not able to reproduce your issue:
I suggest you to reproduce your issue with a minimal configuration. If the issue is still there, can you report it to cc-mode which is the official Emacs C++ support. If the bug is fixed upstream, all Emacs users will get a fix. This package was a temporary fix at the time of C++11 was released.
I ran into the same problem and can reproduce the issue with a minimal config. To reproduce, do the following steps.
hexstring.cc
.emacs
28.1 in a completely empty home directory with no dot files.M-:
to run (require 'package)
M-:
to run (add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t)
M-x package-install RET modern-cpp-font-lock RET
M-x modern-c++-font-lock-global-mode
hexstring.cc
The result will look like this:
which is trying to define a UDL in this library
https://github.com/mpusz/units