2
0
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:
Emil Dotchevski
2024-09-08 22:20:57 -07:00
parent f81020e77c
commit ec11ab1d9c
24 changed files with 161 additions and 161 deletions

View File

@@ -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());