Commit Graph

7 Commits

Author SHA1 Message Date
Jeremiah Willcock
4090e3230a Converted dynamic_properties to use boost::shared_ptr instead of std::auto_ptr
[SVN r60920]
2010-03-29 18:26:22 +00:00
Jeremiah Willcock
01022cc469 Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names
[SVN r52226]
2009-04-07 01:28:38 +00:00
Ronald Garcia
e6b52e4c66 Added a test for ignore_other_properties.
[SVN r37511]
2007-04-26 22:11:20 +00:00
Douglas Gregor
2ca407e482 Try again to fix dynamic_properties_test for MSVC 6, 7, etc
[SVN r29022]
2005-05-18 03:51:29 +00:00
Douglas Gregor
45dc3feff4 boost\dynamic_property_map.hpp:
- Provide a get() overload that takes type<Value> as its last parameter, for compatibility with compilers that don't handle explicit template arguments well
  - Attempt to work around GCC 2.95 name lookup issue

libs\property_map\test\dynamic_properties_test.cpp:
  - Work around some compiler limitations


[SVN r28896]
2005-05-14 14:51:28 +00:00
John Maddock
e0c9bc6c97 Get the test case compiling with more compilers.
[SVN r28846]
2005-05-12 16:29:52 +00:00
Douglas Gregor
8c1e7b0feb Added dynamic_properties
[SVN r27244]
2005-02-08 16:43:58 +00:00