-
Unfortunately the following code does not compile:
```
#include
#include
#include
#include
int main() {
Eigen::MatrixXd matrix(2, 2);
matrix
-
**Describe the bug**
See https://github.com/wpilibsuite/allwpilib/actions/runs/5884679471/job/15959845041?pr=5516 from https://github.com/wpilibsuite/allwpilib/pull/5516
**To Reproduce**
Steps to…
-
**Describe the bug**
```
D:\a\allwpilib\allwpilib\wpiutil\src\main\native\cpp\DataLog.cpp(201,1): error C2760: syntax error: unexpected token ',', expected ')' [D:\a\allwpilib\allwpilib\build\wpiu…
-
cpp/enum-index (in thirdparty/spdlog/include/spdlog/fmt/bundled/core.h
When accessing array values_ with index id, the upper bound of an enum is used to check the upper bound of the array, but the …
-
cpp/infiniteloop (in thirdparty/spdlog/include/spdlog/fmt/bundled/format.h
In count_separators comparison between call to expression of type unknown and num_digits of wider type int.
1964 int coun…
-
When the `token()` function is used on the left-hand side of an expression, it requires all the partition key columns to be listed in order. If we have the partition key `a` and use `token(b)`, Scylla…
-
On GCC6, after fixing #3339, the build fails with:
```
include/fmt/format.h:1241:8: error: uninitialized variable 'buffer' in 'constexpr' function
Char buffer[digits10() + 1];
^~~~~~
…
-
env:
+ Windows11
+ Qt 5.15.2
+ VS 2022
+ CLion 2023.1.1
+ spdlog v1.11.0 or 1.10.0
```cmake
include(FetchContent)
FetchContent_Declare(spdlog
URL https://github.com/gabime/spdlog/ar…
-
I'm getting following errors when building on Mac with XCode for M1 and x86_64:
```
Undefined symbols for architecture arm64:
"char fmt::v9::detail::decimal_point_impl(fmt::v9::detail::locale_r…
-
### Brief Issue Summary
I'm new for cpp programming and I'm living in Mainland China, it's a magic country where can't connect to Github and many other online infrastructure directly, unlucky my pr…