diff options
-rw-r--r-- | include/ruby/backward/cxxanyargs.hpp | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -1,7 +1,5 @@ -#ifndef RUBY_BACKWARD_CXXANYARGS_HPP // -*- C++ -*- -#define RUBY_BACKWARD_CXXANYARGS_HPP /// @file -/// @brief Provides old s for C++ programs. /// @author \@shyouhei /// @copyright This file is a part of the programming language Ruby. /// Permission is hereby granted, to either redistribute and/or @@ -10,6 +8,23 @@ /// @note DO NOT MODERNIZE THIS FILE! As the file name implies it is /// meant to be a backwards compatibility shim. Please stick to /// C++ 98 and never use newer features, like `constexpr`. extern "C++" { |