mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return values
Based-on: m-c 1283562, 1277368/1, 1324828
This commit is contained in:
parent
9914c06168
commit
4c2e378613
20 changed files with 905 additions and 73 deletions
|
|
@ -39,6 +39,7 @@ CppUnitTests([
|
|||
'TestPair',
|
||||
'TestRange',
|
||||
'TestRefPtr',
|
||||
'TestResult',
|
||||
'TestRollingMean',
|
||||
'TestSaturate',
|
||||
'TestScopeExit',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue