mirror of
https://github.com/boostorg/exception.git
synced 2025-07-12 12:06:33 +02:00
fixed compile errors, removed tabs as required.
[SVN r44114]
This commit is contained in:
@ -64,11 +64,8 @@ boost
|
|||||||
exception_detail
|
exception_detail
|
||||||
{
|
{
|
||||||
template <bool ToStringAvailable>
|
template <bool ToStringAvailable>
|
||||||
struct to_string_dispatcher;
|
|
||||||
|
|
||||||
template <>
|
|
||||||
struct
|
struct
|
||||||
to_string_dispatcher<true>
|
to_string_dispatcher
|
||||||
{
|
{
|
||||||
template <class T,class Stub>
|
template <class T,class Stub>
|
||||||
static
|
static
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
#include <boost/exception/enable_error_info.hpp>
|
#include <boost/exception/enable_error_info.hpp>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
boost
|
boost
|
||||||
|
Reference in New Issue
Block a user