2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-01 08:12:07 +00:00

Attempt to work around absent opereator<< for __int128 in some libstdc++ versions.

This commit is contained in:
Andrey Semashev
2017-07-20 23:46:54 +03:00
parent 4467cfbd3b
commit a980d1c3ba
3 changed files with 76 additions and 32 deletions

View File

@@ -9,7 +9,6 @@
#include <boost/atomic.hpp>
#include <boost/cstdint.hpp>
#include <boost/core/lightweight_test.hpp>
#include "api_test_helpers.hpp"