mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix isolated files
This commit is contained in:
parent
f45298f81f
commit
7f8a352783
27 changed files with 270 additions and 55 deletions
|
@ -5,8 +5,8 @@
|
|||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_HPP
|
||||
#define SPROUT_WEED_ATTR_CNV_RESULT_OF_HPP
|
||||
#ifndef SPROUT_WEED_ATTR_CNV_RESULTS_HPP
|
||||
#define SPROUT_WEED_ATTR_CNV_RESULTS_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/weed/attr_cnv/results/times.hpp>
|
||||
|
@ -16,4 +16,4 @@
|
|||
#include <sprout/weed/attr_cnv/results/bitwise_or.hpp>
|
||||
#include <sprout/weed/attr_cnv/results/mem_ptr.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_WEED_ATTR_CNV_RESULT_OF_HPP
|
||||
#endif // #ifndef SPROUT_WEED_ATTR_CNV_RESULTS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue