SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 0 C++

Fix double constexpr in constructors (#55846)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/55846

Changelog: [Internal]

When constructors are marked as "constexpr", doxygen will output them as a function of type "constexpr" with "is-constexpr=yes". This causes the script to duplicate the keyword.

This diff fixes that by explicitly covering this edge case.

Reviewed By: cipolleschi

Differential Revision: D94901507

fbshipit-source-id: 384513381a86ba2efe07f14fd5976216ea5a8572
J
Jakub Piasecki committed
1fdddb09fe948993f736ed230ff06b5763560a44
Parent: 44bb931
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 3/3/2026, 9:00:16 AM