mirror of
https://github.com/boostorg/exception.git
synced 2026-01-25 00:12:24 +01:00
adoc docs
This commit is contained in:
@@ -27,7 +27,7 @@ n2
|
||||
to_string( c2 const & )
|
||||
{
|
||||
return "c2";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace
|
||||
@@ -42,7 +42,7 @@ n3
|
||||
operator<<( std::ostream & s, c3 const & )
|
||||
{
|
||||
return s << "c3";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user