00:31:09 selsta was that numeric_limits compile bug in wipeable_string fixed? 00:34:21 this: https://github.com/UkoeHB/monero/runs/5149620642?check_suite_focus=true 00:35:28 oh it must be ci on my branch failing... 02:45:18 -xmr-pr- reemuru opened pull request #8177: simplewallet: remove duplicate amount attribute from export_transfers ... 02:45:18 -xmr-pr- > https://github.com/monero-project/monero/pull/8177 05:19:48 Hey is there a specific version of boost that yall want to stick to? 05:21:36 I found this line in the root CMakeLists file: 05:21:42 find_package(Boost 1.58 QUIET REQUIRED COMPONENTS system filesystem thread date_time chrono regex serialization program_options locale) 05:23:40 How opposed are we to upgrading Boost? 05:56:26 It's probably too much work to upgrade it, but an interesting note: if we were to raise the minimum Boost requirement to 1.60 instead of 1.58, we could annihilate epee/include/file_io_utils.h and replace each of its functions 1-to-1 with a boost::filesystem function. 06:00:02 is_file_exists -> boost::filesystem::exists, save_string_to_file -> boost::filesystem::save_string_file, load_file_to_string -> boost::filesystem::load_string_file, get_file_size -> boost::filesystem::file_size 08:08:19 Update on me: worked on the re-review 7877 last week and mostly done, covid hits me and stopped me for finishing 08:18:11 ah snap, feel better :) 08:49:46 Later boosts work fine too. Replacing stuff in code just for the hell of it doesn't get my vote. 08:50:03 Fixes to make it work with recent boost are welcome. 11:26:48 UkoeHB: I don't remember 12:06:11 UkoeHB: try to rebase your branch 16:36:21 vtnerd: I pushed a cleanup commit for your review on 7877 18:19:12 Is it safe to say that I can rely on the c++11 standard for this project? 18:19:42 Do you mean, can I use C++ features ? If so, yes. If not, rephrase. 18:19:50 s/C++/C++11/ 18:20:30 jeffro256[m]: pretty sure the project uses c++14 now 18:24:16 okay even better! Thanks! 19:06:59 The monero.social Matrix server will have downtime as well today, starting in approximately 1-2 hours. It is being moved to a dedicated AMD EPYC server. Apologies for the short notice. It should take less than 4 hours for the transition to occur. The Monero group chats will remain accessible from other Matrix servers during the downtime, including matrix.org. Thank you.