mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-31 21:14:43 +02:00
better namespace discipline, ftag removal
[SVN r35435]
This commit is contained in:
@@ -19,9 +19,12 @@ namespace fields
|
||||
struct age;
|
||||
}
|
||||
|
||||
namespace boost { namespace fusion {
|
||||
|
||||
namespace example
|
||||
{
|
||||
struct example_sequence_tag;
|
||||
}
|
||||
|
||||
namespace boost { namespace fusion {
|
||||
|
||||
namespace extension
|
||||
{
|
||||
@@ -29,7 +32,7 @@ namespace boost { namespace fusion {
|
||||
struct at_key_impl;
|
||||
|
||||
template<>
|
||||
struct at_key_impl<example_sequence_tag>
|
||||
struct at_key_impl<example::example_sequence_tag>
|
||||
{
|
||||
template<typename Sequence, typename Key>
|
||||
struct apply;
|
||||
|
Reference in New Issue
Block a user