Jan "yenda" Trmal
Jan "yenda" Trmal
lgtm On Thu, Nov 12, 2020 at 10:21 PM David Hunt-Mateo wrote: > Proposed fixes: > > 1. Disable intrinsic mapping when compiling with clang-cl. > > openfst/src/include/fst/compat.h > >...
I might not remember well, but the /bigobj was always linked without any issues (and without any additional flags). y. On Sun, Nov 15, 2020 at 5:28 PM kkm000 wrote:...
oh, I don't know anything about clang-cl (except it exists), sorry if I mislead you. y. On Mon, Nov 16, 2020 at 3:20 PM kkm000 wrote: > @DMats , thanks...
I marked it as WIP, because I want to compile under Linux (or mac), just to make sure the cmake config is compatible enough
yeah, let me put it on my todo and try to finish it
I'm gonna try to find a windows box and try. Yes, it seems to me as a registration issue (/wholearchive) as well. Y. On Sun, Sep 23, 2018, 12:55 Kirill...
arciterator-class.cc and I'm using MSVC 17 (Community Edition) I have found discussion here: https://stackoverflow.com/questions/26753393/what-is-wrong-with-this-use-of-stdenable-if that seems to make sense y. On Mon, Nov 6, 2017 at 3:54 PM, Kirill Katsnelson...
changing the functions like this: ``` template typename std::enable_if::type Prune(const Fst &, MutableFst *ofst, const PruneOptions &) { FSTERROR() C:\Users\jtrmal\Documents\openfst\src\include\fst/prune.h(308): error C2995: 'std::enable_if::type fst::Prune(const fst::Fst &,fst::MutableFst *,const fst::PruneOptions &)': function...
yes, IIRC that was something they had before but for some reason, they changed to enable_if semantics (perhaps saving a couple of instructions?. I wonder if that kPath test is...
oh, I wasn't able to parse that function prototype before (the "emptiness" of the expression). Now I see. y. On Mon, Nov 6, 2017 at 4:53 PM, Kirill Katsnelson wrote:...