cppcomponents icon indicating copy to clipboard operation
cppcomponents copied to clipboard

Allows you to write binary components in C++11 that can be used across different compilers and standard libraries

Results 3 cppcomponents issues
Sort by recently updated
recently updated
newest added

Microsoft have recently started a "xlang" project on https://github.com/Microsoft/xlang that appear to have some similarities to "cppcomponents". Any thoughts on "xlang" and do you see it as a possible successor...

In the example if I change the build script from `clang++` to `g++` for the plugins, the same plugin is loaded twice. After loading both plugin1 and plugin2 with clang...

``` D:\prj\cppcomponents\examples\example1>cl example1.cpp -I ..\.. /EHsc Microsoft (R) C/C++ Optimizing Compiler Version 18.00.30501 for x86 Copyright (C) Microsoft Corporation. All rights reserved. example1.cpp d:\prj\cppcomponents\examples\example1\library.h(17) : error C2440: 'specialization' : cannot...