Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chuck Atkins
KWSys
Commits
8c2cc615
Commit
8c2cc615
authored
Mar 16, 2006
by
Brad King
Browse files
COMP: Skip trying to use native auto_ptr implementation and just provide a conforming one.
parent
ad44e66c
Changes
1
Show whitespace changes
Inline
Side-by-side
auto_ptr.hxx.in
View file @
8c2cc615
...
...
@@ -14,24 +14,6 @@
#ifndef @KWSYS_NAMESPACE@_auto_ptr_hxx
#define @KWSYS_NAMESPACE@_auto_ptr_hxx
#if !((defined(_MSC_VER) && _MSC_VER < 1300) || defined(__BORLANDC__))
// Use the conforming implementation provided by the compiler.
#include <@KWSYS_NAMESPACE@/stl/memory>
namespace @KWSYS_NAMESPACE@
{
using @KWSYS_NAMESPACE@_stl::auto_ptr;
}
#else
// This compiler does not have a conforming implementation. Use our
// own.
namespace @KWSYS_NAMESPACE@
{
...
...
@@ -74,5 +56,3 @@ public:
} // namespace @KWSYS_NAMESPACE@
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment