-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add explicit tests around use of scoped_allocator_adaptor
to emulat…
#31
Conversation
…e-introducing C++03 support later
What's going on with the build failures? |
Good news, I'm able to replicate the test failure locally. It only manifested in msvc 16.11.3. I was using 16.11.1 and for some reason couldn't get it to fail so I updated my Visual Studio install and lo and behold, I have a local failure. |
The remaining test failure on AppVeyor seems to be a known issue. I'll leave the PR as-is until it gets fixed upstream and then we can merge in. |
In cases like these, when just one test needs The easiest way to do this is (As an example of the difference, if building Filesystem fails, putting it in the project requirements will cause all the tests to fail, whereas putting it on one test will only cause that one test to fail in this case.) |
…ly to the test that requires it
…e issue #22