Add compilation test script

This commit is contained in:
Vinnie Falco
2013-09-27 17:13:36 -07:00
parent cc05ce19f9
commit 0b7574ba00
34 changed files with 343 additions and 241 deletions

View File

@@ -24,8 +24,15 @@
#ifndef BEAST_STRINGS_STRINGFROMNUMBER_H_INCLUDED
#define BEAST_STRINGS_STRINGFROMNUMBER_H_INCLUDED
#include "../Config.h"
#include "../Arithmetic.h"
#include "StringCharPointerType.h"
#include <limits>
#include <ostream>
#include <streambuf>
namespace beast {
// VFALCO TODO Put this in namespace detail