boost icon indicating copy to clipboard operation
boost copied to clipboard

Super-project for modularized Boost

Results 191 boost issues
Sort by recently updated
recently updated
newest added

// Added BOOST_CLASS_EXPORT macro to register polymorphic class with Boost.Serialization class BOOST_SYMBOL_VISIBLE MyPolymorphicClass : public MyBaseClass { // Class definition here }; BOOST_CLASS_EXPORT(MyPolymorphicClass)

The declaration and definition of this function are in which file? When I use this library, it reports an error that it is not a global function ![image](https://user-images.githubusercontent.com/84620929/231490709-c91ff670-c6c6-4fcc-a67f-657c80b72a65.png) ![image](https://user-images.githubusercontent.com/84620929/231490784-4066c010-db91-40f6-9b04-0e92774ca734.png)

Hi all, Boost failed to run libs\math\test on x86 on release and debug configuration with MSVC on windows. it can be reproduced on ce46565 on master branch. Could you please...

Added QNX build files under the build_qnx folder. Instructions for building with QNX 7.1: 1. Setup the boost repo: ```bash git clone https://github.com/chachoi/boost.git && cd boost git checkout develop ```...

Hello, I had an old version of boost and it was working fine. But now there is no boost folder in the repo? What is the include path and where...

These are my commands; `b2` exist but doesn't do anything. Same thing happens when I checkout tag `1.81.0` ``` user /cygdrive/c/work/misc/boost/boost-repo/boost $ git pull Already up to date. user /cygdrive/c/work/misc/boost/boost-repo/boost...

Consider the (minimal) source file `redundant.cpp` (yes, just two `#include` lines) ``` #include "boost/shared_ptr.hpp" #include "boost/shared_array.hpp" ``` Consider the shell script that compiles that — where there is a copy...

![image](https://user-images.githubusercontent.com/122577627/222012012-a35c7f91-6303-46dd-85f2-80cb2c3a5e67.png) **The main impacts are as follow:** ![image](https://user-images.githubusercontent.com/122577627/222012165-20c4c8dd-30d1-4c0e-b03e-ab8923491433.png) ![image](https://user-images.githubusercontent.com/122577627/222012403-b141cb91-7d77-4919-9763-5900c08c18af.png) Some functions within the Boost Library may be related to insecure file operations and insecure function usage. It's important to identify...

If we could change CMakeLists.txt for the superproject then we can set the name of the solution otherwise it is always Boost.sln which is not ideal: ``` if( NOT DEFINED...

![image](https://user-images.githubusercontent.com/53850631/218620644-ad574c39-2a17-4cb8-9b18-a6b89097370f.png) ![image](https://user-images.githubusercontent.com/53850631/218620761-e33970b0-af0a-44c1-93dc-559a36cc3ce2.png) ![image](https://user-images.githubusercontent.com/53850631/218620986-08f3315a-c1d0-41ad-8824-6da02b39ddcd.png) Can't find the toolset anyway