Results 60 comments of Alex

I tried to compile some work projects with MSVC2019 and CUDA 10.2 SDK, but had a bunch of errors related to some Agency internal macros: ``` D:\lib\agency\agency\execution\executor\properties\bulk_guarantee.hpp(71): error : expected...

I tried to compile examples using CMake and have had some patches now; I'll send it ASAP. Also I made some ad-hoc find_package module for proper library adding into the...

We could "templatize" these parts of library (like std::basic_string does), make current classes as derived and we could check ABI with this tool: https://github.com/lvc/abi-tracker I also think that templatized API...

@tapika hello, do you plan to continue work on CMake? I could help with it, if you want to continue and don't mind

Oh, it seems that the simple deletion is not sufficient to reproduce, I had had some another remotes (excluding conancenter) in that `remotes.json`, and `conancenter` was explicitly excluded (for test...

hello, sorry for late responce. It seems that the weird symbol was from PowerShell 'New-Item' (but I'm not sure). From my friends I heard that Powershell sometimes likes to add...

Let's try again to add this revision and fix the msvc build, at least this may help #15464

@uilianries may you reopen my PR? It seems I can't do it 🤔

Hello, @Jihadist ! Do you have any updates for your good PR?)

I think that we may additionally add the `.at()` method , like in std::vector, and, possibly, some kind of explicit bound checks method like `item_in_range(Index... Idx)` I also may cook...