Ráduly, Csaba
Ráduly, Csaba
Note the last bullet point in "key syntax rules" > There is a single "root" element that contains all the other elements. Also When I tried to open anime.xml with...
``` $ /usr/bin/c++ -g -I ../single_include/catch2/ -Wall -Wpedantic -Wextra -std=c++11 empty_gen.cpp $ ./a.out Filters: a.out: ../single_include/catch2/catch.hpp:3711: Catch::Generators::TakeGenerator::TakeGenerator(size_t, Catch::Generators::GeneratorWrapper&&) [with T = int; size_t = long unsigned int]: Assertion `target !=...
Implementing VS Code support is left as an exercise :)
``` internal compiler error: in write_expression, at cp/mangle.c:3050 auto route(std::string&& rule) ^~~~~ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ``` This is a...
@acnologia000 they can be broken at the same time if they use GCC versions which contain the same bug.
Building from .tar.gz is just as unsupported as building from git, i.e. it doesn't work.
I certainly don't *want* to copy the CryptoBuffer. However, people tend to over-use rvalue references when they want to lifetime-extend their temporaries (especially if they haven't been diligent with marking...
Note that whether we'll have copy elision when returning from `GenerateXRandomBytes` depends on the implementation of `GenerateXRandomBytes` . You can't tell just by looking at the caller (the code that...
``` cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCPP_STANDARD=11 \ -DCMAKE_BUILD_TYPE=Debug \ -DCUSTOM_MEMORY_MANAGEMENT=0 -DBUILD_ONLY="lib1;lib2" \ ../aws-sdk-cpp ``` clang++ is clang trunk, built daily from source.
I have more than one compiler and I'm not afraid to use them! :)