-
https://github.com/qis/signature/blob/bdfa59ee9e1ce759135085bfaf13dd507826c506/include/qis/signature.hpp#L570
This line is incorrect. It should be:
```cpp
const auto s1 = _mm256_loadu_si256(reint…
-
HI I was trying to run K-CBS demo, after cmake this repository, I ran the install-ompl-ubuntu.sh and OMPL seemed to be installed. But when I tried to make in K-CBS demo, it informed me that can't be …
-
~/Tools/fujitools/build$ cmake --build .
[ 7%] Building CXX object lib/CMakeFiles/fuji_cam_wifi.dir/src/capabilities.cpp.o
[ 15%] Building CXX object lib/CMakeFiles/fuji_cam_wifi.dir/src/comm.cpp.o…
-
Replace settings.sqf with global constants.
See:
https://community.bistudio.com/wiki/Code_Optimisation#Constants
https://community.bistudio.com/wiki/getMissionConfigValue
-
Clang Memory Sanitizer reports numerous warnings when trying to include `cxxopts.hpp` into the project. The simplest affected program is as follows:
```cpp
#include
int main(int argc, char *ar…
-
Hello,
I am using Method 2 from README, first two steps ran successfully.
However when I run step 3: cd ~/cbmv-cvpr18/cpp/rectification/Debug && make clean && make
I get the error: ../rectificati…
-
```
What steps will reproduce the problem?
1. the crash happens on startup
What is the expected output? What do you see instead?
Should not hit the ASSERT
What version of the product are you using? …
-
```
When trying to build makedict on Mac OS X 10.9, I was getting errors:
/dictd_parser.cpp:164:10: Use of undeclared identifier 'EXIT_FAILURE'
I fixed this by adding
#include
to file.hpp
Now it c…
-
```
When trying to build makedict on Mac OS X 10.9, I was getting errors:
/dictd_parser.cpp:164:10: Use of undeclared identifier 'EXIT_FAILURE'
I fixed this by adding
#include
to file.hpp
Now it c…
-