Commit d8de9652 by Simon Gene Gottlieb Committed by Jesse Beder

patch: move dragonbox.h from 'include' folder to 'src' folder

parent 5d9e4b62
...@@ -4,13 +4,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment