We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195fddf commit 2b29648Copy full SHA for 2b29648
src/parser/cxx/const_value.h
@@ -30,7 +30,7 @@ namespace cxx {
30
31
using ConstValue =
32
std::variant<bool, std::int32_t, std::uint32_t, std::int64_t, std::uint64_t,
33
- float, double, long double, const StringLiteral*>;
+ const StringLiteral*, float, double, long double>;
34
35
template <typename T>
36
struct ArithmeticConversion {
0 commit comments