This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Inaccessible base class in exception
default_compile_flags
vector-of-bool
5 years ago
parent
67736ccb69
commit
31b75ba1ed
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
src/semver/version.hpp
+ 1
- 1
src/semver/version.hpp
View File
@@ -8,7 +8,7 @@
namespace semver {
class invalid_version : std::runtime_error {
class invalid_version :
public
std::runtime_error {
std::ptrdiff_t _offset = 0;
public:
Write
Preview
Loading…
Cancel
Save