mirror of
https://github.com/boostorg/leaf.git
synced 2026-01-19 04:22:08 +00:00
Renamed namespace leaf_detail -> detail
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
|
||||
void run_tests()
|
||||
{
|
||||
using leaf::leaf_detail::optional;
|
||||
using leaf::detail::optional;
|
||||
{
|
||||
optional<my_info> x;
|
||||
BOOST_TEST(x.empty());
|
||||
|
||||
Reference in New Issue
Block a user