mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +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
|
#ifndef YAML_H_FP_TO_STRING
|
||||||
#define YAML_H_FP_TO_STRING
|
#define YAML_H_FP_TO_STRING
|
||||||
|
|
||||||
#include "contrib/dragonbox.h"
|
#include <string>
|
||||||
|
|
||||||
#include <array>
|
|
||||||
#include <cassert>
|
|
||||||
#include <cmath>
|
|
||||||
#include <sstream>
|
|
||||||
#include <tuple>
|
|
||||||
|
|
||||||
namespace YAML {
|
namespace YAML {
|
||||||
// "precision = 0" refers to shortest known unique representation of the value
|
// "precision = 0" refers to shortest known unique representation of the value
|
||||||
|
Reference in New Issue
Block a user