Opened 15 years ago
Closed 13 years ago
#1697 closed Bugs (worksforme)
[utility][noncopyable] ADL barrier broken by msvc-9.0
Reported by: | Owned by: | Dave Abrahams | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | utility |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | noncopyable | Cc: | bdawes@… |
Description
See the attaced file. msvc-9.0 seems to make "parent" namespaces associated.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | adl_barrier_broken.cpp added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|---|
Milestone: | Boost 1.36.0 → Boost 1.35.0 |
Owner: | set to |
Status: | new → assigned |
This can probably be fixed by sinking boost::noncopyable into a subnamespace and then adding a using declaration to make it available in boost::
Beman, if we're supporting vc9 now, I think we should make this change for 1.35.0 so I changed the milestone. Feel free to contradict me and change it back
comment:2 by , 13 years ago
Component: | None → utility |
---|
comment:3 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
I can't get this test case to break with VS 2008 Express..
Note:
See TracTickets
for help on using tickets.
failed example.