[DEV] add v1.76.0

This commit is contained in:
2021-10-05 21:37:46 +02:00
parent a97e9ae7d4
commit d0115b733d
45133 changed files with 4744437 additions and 1026325 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2016-2017 Antony Polukhin.
// Copyright 2016-2021 Antony Polukhin.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt
@@ -8,9 +8,10 @@
#define BOOST_DLL_MY_PLUGIN_API_HPP
//[plugapi
#include <boost/config.hpp>
#include <string>
class my_plugin_api {
class BOOST_SYMBOL_VISIBLE my_plugin_api {
public:
virtual std::string name() const = 0;
virtual float calculate(float x, float y) = 0;