Commit Graph

  • d3a1203215 Doug Gregor -> Douglas Gregor Douglas Gregor 2004-07-25 02:29:29 +00:00
  • 9a8dbe4d6a fixed a typo Jaakko Järvi 2004-05-06 22:38:34 +00:00
  • 7a1400291d pro9 workarounds; some ADL protection for is_xxx Dave Abrahams 2004-01-07 14:07:21 +00:00
  • cdbc1a2db5 Improved workarounds. Eric Friedman 2003-12-06 03:57:54 +00:00
  • 22e7bff2af added dummy versions of enable_if templates for platforms that have BOOST_NO_SFINAE defined Jaakko Järvi 2003-12-05 21:38:43 +00:00
  • 834a592f44 guarded enable_if definitions with BOOST_NO_SFINAE Jaakko Järvi 2003-12-05 16:31:38 +00:00
  • d72a328c8e fix broken link to logo Beman Dawes 2003-12-03 14:36:38 +00:00
  • ceedace2e3 Added enable_if library Jaakko Järvi 2003-12-02 21:41:15 +00:00
  • 5a900e5817 _MSC_VER use clarified. Peter Dimov 2003-11-28 15:35:21 +00:00
  • 621c828e12 Change license message to reference Boost Software License Beman Dawes 2003-09-12 17:09:29 +00:00
  • e6d3d3dbb1 Fix for Metrowerks CW Daniel Frey 2003-08-16 01:05:43 +00:00
  • 82aa7bfcbc Fixed Intel 7 issue (reported by Daniel Frey) Peter Dimov 2003-07-16 10:53:06 +00:00
  • 5da17fb9ef -Wundef fixes. Peter Dimov 2003-06-12 17:09:24 +00:00
  • e1296cf76b MPL names/directory structure refactoring Aleksey Gurtovoy 2003-02-25 23:11:41 +00:00
  • d1b6b6a41c Qualified checked_delete calls to prevent ADL (reported by Daniel Frey) Peter Dimov 2003-02-25 13:00:22 +00:00
  • dc49e07203 fix metafunctions for MPL Dave Abrahams 2003-02-25 00:57:33 +00:00
  • 3c00d03d37 split utility.hpp header Aleksey Gurtovoy 2003-02-17 06:20:57 +00:00
  • 3bbcb3aff2 Made operator()s const. Peter Dimov 2003-02-14 16:20:01 +00:00
  • 9db43ee00f Workaround VC7 bug which strips const from nested classes Dave Abrahams 2003-01-08 17:21:10 +00:00
  • c54b0184bb Add /libs/lib-name to comment Beman Dawes 2002-12-23 02:43:12 +00:00
  • c5fdd6e951 checked_delete.hpp documentation added. Peter Dimov 2002-11-14 14:53:32 +00:00
  • 41354ce3a1 Changed typename to class; some libraries helpfully #define typename Peter Dimov 2002-10-23 13:55:18 +00:00
  • 6e498682d1 Misc Kylix fixes John Maddock 2002-08-25 11:57:37 +00:00
  • dbfe562a3f Borland C++ Builder 6 fixes John Maddock 2002-05-04 10:55:15 +00:00
  • 5185b371af MSVC fixes. Peter Dimov 2002-04-13 13:19:57 +00:00
  • bb94cb5a5d Roll addressof() patch back in! Dave Abrahams 2002-04-10 17:01:35 +00:00
  • 72c113f795 addressof.hpp: - Peter Dimov suggested a fix to deal with those evil cv-qualifiers Douglas Gregor 2002-04-10 14:47:32 +00:00
  • 49938f88e8 Roll back addressof() patch temporarily Dave Abrahams 2002-04-10 09:48:30 +00:00
  • a5db30a747 Make local classes nonlocal to silence annoying warnings from Borland C++ Douglas Gregor 2002-04-10 04:00:22 +00:00
  • 7c48c7ad28 ref.hpp: - Use addressof() instead of & operator Douglas Gregor 2002-04-10 03:36:17 +00:00
  • 380e34f2be boost/utility.hpp: - Include boost/utility/addressof.hpp Douglas Gregor 2002-04-10 03:31:18 +00:00
  • 7cc6436afc boost/ref.hpp: - Added get_pointer method to return a pointer (instead of a reference) Douglas Gregor 2002-03-31 00:24:00 +00:00
  • 0fb3e58881 Added Copyright Dave Abrahams 2002-03-09 20:34:06 +00:00
  • 32e43f35e2 Added a default constructor to shared_count and shared_ptr for incomplete types (void). Peter Dimov 2002-02-15 13:31:58 +00:00
  • 6c35fd5eca compile-time ref.hpp header test, initial checkin Aleksey Gurtovoy 2002-01-27 13:39:06 +00:00
  • 4dce6be674 ref_ct_test.cpp Aleksey Gurtovoy 2002-01-27 13:32:37 +00:00
  • 50141f41a3 compile-time ref.hpp header test, initial checkin Aleksey Gurtovoy 2002-01-27 13:07:20 +00:00
  • 1c3cd876d6 made 'reference_wrapper' Assignable Aleksey Gurtovoy 2002-01-27 13:02:27 +00:00
  • b22469f950 added missing #include of boost/config.hpp Dave Abrahams 2002-01-24 16:55:41 +00:00
  • f77ace87d3 initial checkin Dave Abrahams 2002-01-24 16:52:06 +00:00
  • 47c046fa8e Modified is_reference_wrapper<> to work for reference types. Peter Dimov 2002-01-24 13:28:08 +00:00
  • 42d2ad8f07 added is_reference_wrapper<>, unwrap_reference<> Dave Abrahams 2002-01-23 21:19:14 +00:00
  • d25904e4d5 Smart pointer enhancements, initial commit Peter Dimov 2002-01-22 13:38:52 +00:00
  • 54963bff32 #undef BOOST_REF_CONST added Peter Dimov 2001-11-14 14:40:29 +00:00
  • d198eecb61 Fixed a bug w/ adaptable function objects + nested binds, made ref<> return const Peter Dimov 2001-11-13 13:56:05 +00:00
  • 853f2daae5 __stdcall support added. Peter Dimov 2001-11-10 19:18:58 +00:00
  • 9884fdb1bc Tabs converted to spaces. Peter Dimov 2001-08-23 19:05:21 +00:00
  • 7c5387626b initial commit Peter Dimov 2001-08-23 18:42:16 +00:00
  • 21cf4091a9 Smart pointer and utility changes related to adding checked_delere and checked_array_delete Beman Dawes 2001-05-22 18:58:21 +00:00
  • 1481e9a42a Add .gitattributes, remove README. Peter Dimov 2014-06-01 01:02:11 +03:00
  • 9af8ffce35 Initial commit Peter Dimov 2014-06-01 00:44:06 +03:00