mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-08 12:21:17 +00:00
patch: move dragonbox.h from 'include' folder to 'src' folder
This commit is contained in:

committed by
Jesse Beder

parent
5d9e4b6251
commit
d8de96524c
@@ -4,13 +4,7 @@
|
||||
#ifndef YAML_H_FP_TO_STRING
|
||||
#define YAML_H_FP_TO_STRING
|
||||
|
||||
#include "contrib/dragonbox.h"
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <sstream>
|
||||
#include <tuple>
|
||||
#include <string>
|
||||
|
||||
namespace YAML {
|
||||
// "precision = 0" refers to shortest known unique representation of the value
|
||||
|
Reference in New Issue
Block a user