Commit cd28d872 authored by Vitaliy's avatar Vitaliy

forward declarations to make new compilers happy

parent 3d305590
...@@ -33,6 +33,12 @@ SOFTWARE. ...@@ -33,6 +33,12 @@ SOFTWARE.
#include <string> #include <string>
#include <utility> #include <utility>
/* forward declarations */
class alt_string;
bool operator<(const char* op1, const alt_string& op2);
/* /*
* This is virtually a string class. * This is virtually a string class.
* It covers std::string under the hood. * It covers std::string under the hood.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment