feat(cpp-object-oriented-modular-refactoring): step 3 - foundation-google-style

This commit is contained in:
KOKO\Mimi
2026-08-16 04:26:14 +09:00
parent 2628ed3488
commit 042edadffb
93 changed files with 3144 additions and 3175 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef FESA_BUILD_INFO_H_
#define FESA_BUILD_INFO_H_
#include <string_view>
namespace fesa {
/// @brief Returns the stable solver version written to result metadata.
std::string_view SolverVersion() noexcept;
} // namespace fesa
#endif // FESA_BUILD_INFO_H_