Skip to content

Commit

Permalink
fix include file
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 16, 2024
1 parent da3013a commit f13c9da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/xtd.core/include/xtd/optional.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,6 @@ namespace std {
#endif
/// @endcond

/// @file
/// @brief Contains xtd::null_opt alias.
/// @copyright Copyright (c) 2024 Gammasoft. All rights reserved.
#pragma once
#include "optional.hpp"

/// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
namespace xtd {
/// @brief Represents the null_opt alias on [std::nullopt_t](https://en.cppreference.com/w/cpp/utility/optional/nullopt_t).
Expand Down

0 comments on commit f13c9da

Please sign in to comment.