patch: split fp_to_string.h into fptostring.h and fptostring.cpp

This commit is contained in:
Simon Gene Gottlieb
2024-07-29 18:14:02 +02:00
committed by Jesse Beder
parent 28c0a1bc25
commit 5d9e4b6251
5 changed files with 33 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#include "yaml-cpp/fp_to_string.h"
#include "yaml-cpp/fptostring.h"
#include "gtest/gtest.h"
namespace YAML {