Ignore:
Timestamp:
Aug 29, 2013, 10:16:15 PM (12 years ago)
Author:
Frederik Heber <heber@…>
Children:
f1df08
Parents:
d3f9ad
git-author:
Frederik Heber <heber@…> (08/29/13 22:15:43)
git-committer:
Frederik Heber <heber@…> (08/29/13 22:16:15)
Message:

Added boost/detail/allocator_utilities.hpp to MemDebug excludes.

  • boost::bimap uses these with placement new.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodePatterns/MemDebug.hpp

    rd3f9ad rdf5994  
    9696#include <boost/foreach.hpp>
    9797#endif
     98#if defined HAVE_BOOST_BIMAP_HPP
     99// boost bimap uses placement new
     100#include <boost/detail/allocator_utilities.hpp>
     101#endif
     102
    98103
    99104namespace Memory {
Note: See TracChangeset for help on using the changeset viewer.