Added #pragma once to headers

This commit is contained in:
Ion Gaztañaga
2014-10-13 22:30:28 +02:00
parent a2f5d31ad3
commit e926491606
79 changed files with 325 additions and 9 deletions

View File

@@ -23,6 +23,10 @@
#ifndef BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP
#define BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP
#if defined(_MSC_VER)
# pragma once
#endif
#include <boost/intrusive/detail/config_begin.hpp>
#include <boost/intrusive/intrusive_fwd.hpp>