JVApen

Results 29 issues of JVApen

Trying to compile this on Windows (Visual Studio 2019) doesn't work. I use the following to configure my CMake: ``` set CC="C:\Program Files\VisualStudio\Vs2019\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\cl.exe" set CXX="C:\Program Files\VisualStudio\Vs2019\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\cl.exe" set LLVM_DIR=LLVM_BUILD\lib\cmake\llvm set CLANG_DIR=LLVM_BUILD\lib\cmake\clang...

Admin privilegdes needed to install extension

Reading through the book, the function set_compiler_flag doesn't result in the expected behavior. ## Expected Behavior After calling set_compiler_flag, I would expect that compiler flag to be set. ## Current...

Hi, I'm using the Kore app on my Android Phone (Nexus 5X, fully up-to-date) and am running Kodi 16.0 on my Ubuntu 14.04 When using the Kore app to connect...

id: P0857R0 paper: https://wg21.link/p0857r0 partially implemented: Constraining template template parameters is not yet supported.

c++20
concepts

When using `@media print` and `@media not print` in the CSS in order to get rid of color, images ... the generated pdf will ignore these. On https://jsfiddle.net/wb2tgm6f/l the generated...

enhancement

https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#nl27-use-a-cpp-suffix-for-code-files-and-h-for-interface-files already exists for old-style code using cpp/h files. However, there is no rule for file extensions related to modules. This is primarily important when having a codebase that mixes...

boost::hash_combine is very useful, however, it does require to implement a hash function twice in order to be used. `std::hash` and `boost::hash_value`. On stackoverflow, several 'workarounds' exist for making this...

I'm logging this bug because we already have several occurrences of this on our codebase. Unfortunately, I still haven't been able to figure out what is causing it and still...

With recent versions of C++, it is possible to have constexpr iterators, for example for std::array (and in c++20 for vector and string). The boost iterator functionality, like transform_iterator, filter_iterator...