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