Skip to content

Commit

Permalink
Correct include guards in headers adapt_assoc_adt.hpp and pp_make_deq…
Browse files Browse the repository at this point in the history
…ue.hpp (#277)

* Fix include guard in adapt_assoc_adt.hpp

This was probably a typo

* Fix include guard in pp_make_deque.hpp
  • Loading branch information
kiri11 authored Jul 29, 2024
1 parent ce8b031 commit f86ddcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
==============================================================================*/
#ifndef BOOST_PP_IS_ITERATING
#ifndef FUSION_PP_MAKE_DEQUE_07162005_0243
#define FUSION_MAKE_PP_DEQUE_07162005_0243
#define FUSION_PP_MAKE_DEQUE_07162005_0243

#include <boost/preprocessor/iterate.hpp>
#include <boost/preprocessor/repetition/enum_params.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/boost/fusion/include/adapt_assoc_adt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
==============================================================================*/

#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADT_HPP
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADR_HPP
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADT_HPP

#include <boost/fusion/support/config.hpp>
#include <boost/fusion/adapted/adt/adapt_assoc_adt.hpp>
Expand Down

0 comments on commit f86ddcc

Please sign in to comment.