Skip to content

Releases: phoepsilonix/mozc-deb

v2.31.5712.102-ubuntu-24.10-with-jp-dict-119-g14afac9

Add Japanese dictionaries for improved tokenization

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

27 Feb 02:12
Compare
Choose a tag to compare

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

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

27 Feb 02:11
Compare
Choose a tag to compare

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

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

27 Feb 02:11
Compare
Choose a tag to compare

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

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

27 Feb 02:11
Compare
Choose a tag to compare

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

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

27 Feb 02:12
Compare
Choose a tag to compare

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