Releases: phoepsilonix/mozc-deb
v2.31.5712.102-ubuntu-24.10-with-jp-dict-119-g14afac9
Add Japanese dictionaries for improved tokenization
- SudachiDict: Lexicon for Sudachi tokenizer
- Neologism dictionary for UniDic-MeCab
- Neologism dictionary for IPAdic-MeCab
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-ubuntu-24.10-119-g14afac9
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-ubuntu-24.04-with-jp-dict-119-g14afac9
Add Japanese dictionaries for improved tokenization
- SudachiDict: Lexicon for Sudachi tokenizer
- Neologism dictionary for UniDic-MeCab
- Neologism dictionary for IPAdic-MeCab
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-ubuntu-24.04-119-g14afac9
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-debian-13-with-jp-dict-119-g14afac9
Add Japanese dictionaries for improved tokenization
- SudachiDict: Lexicon for Sudachi tokenizer
- Neologism dictionary for UniDic-MeCab
- Neologism dictionary for IPAdic-MeCab
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-debian-13-119-g14afac9
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-debian-12-with-jp-dict-119-g14afac9
Add Japanese dictionaries for improved tokenization
- SudachiDict: Lexicon for Sudachi tokenizer
- Neologism dictionary for UniDic-MeCab
- Neologism dictionary for IPAdic-MeCab
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-debian-12-119-g14afac9
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-Rhino-with-jp-dict-119-g14afac9
Add Japanese dictionaries for improved tokenization
- SudachiDict: Lexicon for Sudachi tokenizer
- Neologism dictionary for UniDic-MeCab
- Neologism dictionary for IPAdic-MeCab
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419
v2.31.5712.102-Rhino-119-g14afac9
commit 14afac9728dd3f04e3d73633f4fa925d38589368
Author: Tomoki Nakagawa [email protected]
Date: Wed Feb 26 16:46:09 2025 +0000
Unbreak build on windows.
Interestingly, (only) MSVC fails to compile a template function with an rvalue reference to an array, followed by a parameter with a default initializer of {} (e.g., void f(T (&&a)[N], T x = {})).
See https://godbolt.org/z/cv3dhhro7 for details and a minimal, reproducible example.
This patch uses a simple, equivalent alternative code that successfully compiles, found in the snippet above.
PiperOrigin-RevId: 731333419