mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 09:17:57 +00:00
Add C++11 noexcept compatibility for VS2013
This commit is contained in:
@@ -249,9 +249,6 @@
|
|||||||
<Filter Include="beast\config\platform">
|
<Filter Include="beast\config\platform">
|
||||||
<UniqueIdentifier>{38c81e1f-f831-4632-af45-6340683f3346}</UniqueIdentifier>
|
<UniqueIdentifier>{38c81e1f-f831-4632-af45-6340683f3346}</UniqueIdentifier>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter Include="beast\config\stdlib">
|
|
||||||
<UniqueIdentifier>{7243e5e5-ad7e-4d81-8444-d545919e850c}</UniqueIdentifier>
|
|
||||||
</Filter>
|
|
||||||
<Filter Include="beast\smart_ptr">
|
<Filter Include="beast\smart_ptr">
|
||||||
<UniqueIdentifier>{4e9c54da-1581-41d7-ac75-48140e4a13d4}</UniqueIdentifier>
|
<UniqueIdentifier>{4e9c54da-1581-41d7-ac75-48140e4a13d4}</UniqueIdentifier>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
|||||||
@@ -18,3 +18,7 @@
|
|||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
// Microsoft Visual C++ compiler configuration
|
// Microsoft Visual C++ compiler configuration
|
||||||
|
|
||||||
|
#ifndef noexcept
|
||||||
|
# define noexcept throw()
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user