mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 04:27:30 +02:00
better namespace discipline, ftag removal
[SVN r35435]
This commit is contained in:
@ -15,9 +15,12 @@ namespace fields
|
||||
struct age;
|
||||
}
|
||||
|
||||
namespace boost { namespace fusion {
|
||||
|
||||
namespace example
|
||||
{
|
||||
struct example_sequence_tag;
|
||||
}
|
||||
|
||||
namespace boost { namespace fusion {
|
||||
|
||||
namespace extension
|
||||
{
|
||||
@ -25,7 +28,7 @@ namespace boost { namespace fusion {
|
||||
struct value_at_key_impl;
|
||||
|
||||
template<>
|
||||
struct value_at_key_impl<example_sequence_tag>
|
||||
struct value_at_key_impl<example::example_sequence_tag>
|
||||
{
|
||||
template<typename Sequence, typename N>
|
||||
struct apply;
|
||||
|
Reference in New Issue
Block a user