Sprout/sprout/algorithm/set_symmetric_difference.hpp
2011-09-03 22:26:26 +09:00

8 lines
335 B
C++

#ifndef SPROUT_ALGORITHM_SET_SYMMETRIC_DIFFERENCE_HPP
#define SPROUT_ALGORITHM_SET_SYMMETRIC_DIFFERENCE_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/set_symmetric_difference.hpp>
#include <sprout/algorithm/fit/set_symmetric_difference.hpp>
#endif // #ifndef SPROUT_ALGORITHM_SET_SYMMETRIC_DIFFERENCE_HPP