Skip to content
Snippets Groups Projects
Commit 058f0c44 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'issue/literals-inline-namespace' into 'master'

Make Indices::Literals an inline namespace

See merge request !1204
parents d5192b28 84cadbfc
No related branches found
No related tags found
1 merge request!1204Make Indices::Literals an inline namespace
Pipeline #55907 passed
Pipeline: Dune Nightly Test

#55910

    ......@@ -129,7 +129,7 @@ namespace Dune
    }
    namespace Indices::Literals
    namespace Indices { inline namespace Literals
    {
    namespace Impl
    {
    ......@@ -213,7 +213,7 @@ namespace Dune
    return std::integral_constant<int, Impl::chars2signed<int,digits...>()>{};
    }
    } //namespace Indices::Literals
    }} //namespace Indices::Literals
    } //namespace Dune
    #endif // DUNE_COMMON_INDICES_HH
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment