Issue Details (XML | Word | Printable)

Key: STDCXX-1004
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Eric Lemings
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

remove _RWSTD_NO_CLASS_PARTIAL_SPEC and workarounds

Created: 22/Jul/08 10:41 PM   Updated: 22/Jul/08 10:52 PM
Return to search
Component/s: Configuration
Affects Version/s: 4.3.x
Fix Version/s: 4.3.0

Time Tracking:
Original Estimate: 3h
Original Estimate - 3h
Remaining Estimate: 3h
Remaining Estimate - 3h
Time Spent: Not Specified
Remaining Estimate - 3h


 Description  « Hide
Similarly to STDCXX-978, we should remove all config tests for partial specialization and clean up conditionally compiled code that depends on the config macros:

Here's where I see them in my local copy:

$ (cd ~/stdcxx-4.3.x && find . -type f ! -path "*/.svn/*" ! -name "*~" | xargs grep -l _PARTIAL_)
./etc/config/src/VA_LIST.cpp
./src/vecbool.cpp
./examples/include/examples.h
./tests/containers/23.vector.cons.cpp
./tests/utilities/20.operators.cpp
./tests/include/rw_alg_test.h
./include/list
./include/string
./include/algorithm.cc
./include/ostream
./include/vector.cc
./include/limits
./include/#vector#
./include/vector
./include/deque
./include/algorithm
./include/rw/_defs.h
./include/rw/_iterbase.h
./include/rw/_select.h
./include/rw/_iterator.h
./include/rw/_tree.h
./include/rw/_config.h
./include/rw/_allocator.h
./include/rw/_algobase.h
./ChangeLog
./README


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.