Gregory SuperGreg Czajkowski
Gregory SuperGreg Czajkowski
Um no, quotes only stop escaping from the shell.. "ag" still gets hyphens as the options, and will treat them as options. If you want to search for hyphens you...
Hi Allen, wow that's a fantastic repo you have. Yes, I'll attempt to merge in your changes, it will take me a while (vacation tomorrow) but excited to see it...
Try https://github.com/ggreer/the_silver_searcher/issues/1349 https://github.com/ggreer/the_silver_searcher/issues/1349#issuecomment-567665686 https://github.com/ggreer/the_silver_searcher/issues/1349#issuecomment-567705544
Yes, it looks like the minimum is 5.2 from my testing to compile boost MP.
@mclow and multi-precision fails on all of those: https://www.boost.org/development/tests/master/developer/multiprecision.html
Note as an end-user I am more than fine if some boost library drops support for all GCC versions < GCC6 -std=c++14 and that becomes the minimum version for boost,...
boost/optional also does not function under GCC4.7.2 -std=cxx11 /p/pkgs/boost/1.70.01/boost/type_traits/is_default_constructible.hpp: In instantiation of 'struct boost::is_default_constructible': /p/pkgs/boost/1.70.01/boost/multiprecision/number.hpp:884:23: required from here /p/pkgs/gcc/4.7.2/.bin/../lib64/gcc/x86_64-suse-linux/4.7.2/../../../../include/c++/4.7.2/ostream:382:7: error: 'std::basic_ostream::basic_ostream() [with _CharT = char; _Traits = std::char_traits]' is protected...
Not a typos, this was an attempt to narrow down the last boost version which functions with GCC472 -std=c++11
Hi @Cyan4973, we're also seeing that zstd with some datasets requires exploration of fine-tuning the parameters which for the casual user can be very daunting. Has the zstd team explored...
@sharkdp thank you for the suggestion, these are a great workaround for "static" one-time fields determined at the beginning, but how can we do this **_during_** each benchmarked execution? For...